MCPcopy
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_schedMethod · 0.95
test_schedMethod · 0.95

Calls 2

killMethod · 0.45
discardMethod · 0.45

Tested by 2

test_schedMethod · 0.76
test_schedMethod · 0.76