Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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()
53
def
A():
54
return
group(B.s(c)
for
c in
'ABCDEFGH'
).apply_async()
55
56
57
def
joinall(R, timeout=None, propagate=True):
Callers
nothing calls this directly
Calls
3
group
Class · 0.90
apply_async
Method · 0.45
s
Method · 0.45
Tested by
no test coverage detected