def

func:futureWaitForAll

futureWaitForAll(futures, timeout: null)

Block on a list of futures until they all transition to a completed state. If timeout is null block forever, otherwise raise TimeoutErr if any one of the futures does not complete before the timeout elapses. See task.

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function