MCPcopy
hub / github.com/celery/celery / register_with_event_loop

Method register_with_event_loop

celery/worker/components.py:177–178  ·  view source on GitHub ↗
(self, w, hub)

Source from the content-addressed store, hash-verified

175 return {'pool': w.pool.info if w.pool else 'N/A'}
176
177 def register_with_event_loop(self, w, hub):
178 w.pool.register_with_event_loop(hub)
179
180
181class Beat(bootsteps.StartStopStep):

Callers 2

test_Pool_createMethod · 0.95
asynloopFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_Pool_createMethod · 0.76