MCPcopy
hub / github.com/celery/celery / A

Function A

examples/resultgraph/tasks.py:53–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52@task()
53def A():
54 return group(B.s(c) for c in 'ABCDEFGH').apply_async()
55
56
57def joinall(R, timeout=None, propagate=True):

Callers

nothing calls this directly

Calls 3

groupClass · 0.90
apply_asyncMethod · 0.45
sMethod · 0.45

Tested by

no test coverage detected