Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ _entry_exit
Method
_entry_exit
celery/concurrency/gevent.py:66–70 ·
view source on GitHub ↗
(self, g)
Source
from the content-addressed store, hash-verified
64
return
g
65
66
def
_entry_exit(self, g):
67
try
:
68
g.kill()
69
finally:
70
self._queue.discard(g)
71
72
def
clear(self):
73
queue = self._queue
Callers
2
test_sched
Method · 0.95
test_sched
Method · 0.95
Calls
2
kill
Method · 0.45
discard
Method · 0.45
Tested by
2
test_sched
Method · 0.76
test_sched
Method · 0.76