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

Method register_with_event_loop

celery/worker/consumer/consumer.py:414–418  ·  view source on GitHub ↗
(self, hub)

Source from the content-addressed store, hash-verified

412 )
413
414 def register_with_event_loop(self, hub):
415 self.blueprint.send_all(
416 self, 'register_with_event_loop', args=(hub,),
417 description='Hub.register',
418 )
419
420 def shutdown(self):
421 self.perform_pending_operations()

Callers 1

connectMethod · 0.45

Calls 1

send_allMethod · 0.45

Tested by

no test coverage detected