def

func:futureGet

futureGet(future, timeout: null)

Block current thread until a future's result is ready. A null timeout will block forever. If an exception was raised by the asynchronous computation, then it is raised to the caller. See task.

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function