Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ wait
Method
wait
celery/concurrency/thread.py:26–27 ·
view source on GitHub ↗
(self, timeout: float | None = None)
Source
from the content-addressed store, hash-verified
24
self.get = self.f.result
25
26
def
wait(self, timeout: float | None = None) -> None:
27
wait([self.f], timeout)
28
29
30
class
TaskPool(BasePool):
Callers
10
join
Method · 0.45
stop
Method · 0.45
ensure_started
Method · 0.45
stop
Method · 0.45
_next_entry
Method · 0.45
stop
Method · 0.45
_waitexec
Method · 0.45
on_stop
Method · 0.45
_entry_exit
Method · 0.45
terminate_job
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected