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

Function enqueue_post_future_job

graphene/utils/dataloader.py:180–184  ·  view source on GitHub ↗
(loop, loader)

Source from the content-addressed store, hash-verified

178
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
186
187def get_chunks(iterable_obj, chunk_size=1):

Callers 1

do_resolve_rejectMethod · 0.85

Calls 1

dispatchFunction · 0.85

Tested by

no test coverage detected