Uses of Class
org.praxislive.code.userapi.Async
-
Packages that use Async Package Description org.praxislive.code -
-
Uses of Async in org.praxislive.code
Methods in org.praxislive.code that return Async Modifier and Type Method Description Async<Call>CodeDelegate. ask(ControlAddress destination, Object... args)Call a Control.Async<Call>CodeDelegate. ask(ControlAddress destination, List<Value> args)Call a Control.<T,R>
Async<R>CodeDelegate. async(T input, Async.Task<T,R> task)Run a task asynchronously and outside of the component context.
-