MCPcopy Create free account
hub / github.com/NetAngels/celery-tasktree / apply_and_join

Method apply_and_join

celery_tasktree.py:52–59  ·  view source on GitHub ↗

Execute tasks asynchronously and wait for the latest result. Method can be useful in conjunction with pop()/push() methods. In such a case method returns a list of results in the order which corresponds to the order of nodes being pushed.

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

test_task_subclassFunction · 0.95
test_push_and_popFunction · 0.95
test_empty_task_treeFunction · 0.95

Calls 2

apply_asyncMethod · 0.95
join_treeFunction · 0.85

Tested by 3

test_task_subclassFunction · 0.76
test_push_and_popFunction · 0.76
test_empty_task_treeFunction · 0.76