MCPcopy Create free account
hub / github.com/graphql-python/graphene / dispatch

Function dispatch

graphene/utils/dataloader.py:181–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179
180def enqueue_post_future_job(loop, loader):
181 async def dispatch():
182 dispatch_queue(loader)
183
184 loop.call_soon(ensure_future, dispatch())
185

Callers 1

enqueue_post_future_jobFunction · 0.85

Calls 1

dispatch_queueFunction · 0.85

Tested by

no test coverage detected