Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ teardown_thread
Method
teardown_thread
t/unit/backends/test_asynchronous.py:604–605 ·
view source on GitHub ↗
(self, thread)
Source
from the content-addressed store, hash-verified
602
return
t
603
604
def
teardown_thread(self, thread):
605
thread.join()
606
607
608
class
test_GeventDrainer(GreenletDrainerTests):
Callers
nothing calls this directly
Calls
1
join
Method · 0.45
Tested by
no test coverage detected