Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ apply_async
Method
apply_async
t/unit/concurrency/test_prefork.py:173–174 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
171
self._processes -= n
172
173
def
apply_async(self, *args, **kwargs):
174
pass
175
176
def
register_with_event_loop(self, loop):
177
pass
Callers
6
test_start_worker
Method · 0.45
test_start_worker_with_exception
Method · 0.45
test_start_worker_with_hostname_config
Method · 0.45
test_async_result_is_abortable
Method · 0.45
test_is_not_aborted
Method · 0.45
test_abort_yields_aborted
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected