MCPcopy
hub / github.com/celery/celery / task_join_will_block

Function task_join_will_block

celery/_state.py:60–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59
60def task_join_will_block():
61 return _task_join_will_block
62
63
64class _TLS(threading.local):

Callers 5

on_task_callMethod · 0.90
on_task_callMethod · 0.90
assert_will_not_blockFunction · 0.85
allow_join_resultFunction · 0.85
denied_join_resultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected