MCPcopy
hub / github.com/dask/dask / get_apply_async

Function get_apply_async

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

get_asyncFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…