MCPcopy Create free account
hub / github.com/dask/dask / get_apply_async

Function get_apply_async

dask/local.py:630–633  ·  view source on GitHub ↗
(apply_async, num_workers, *args, **kwargs)

Source from the content-addressed store, hash-verified

628
629
630def get_apply_async(apply_async, num_workers, *args, **kwargs):
631 return get_async(
632 partial(submit_apply_async, apply_async), num_workers, *args, **kwargs
633 )
634
635
636def sortkey(item):

Callers

nothing calls this directly

Calls 1

get_asyncFunction · 0.85

Tested by

no test coverage detected