Uses of Class
org.praxislive.code.userapi.Async
Packages that use Async
-
Uses of Async in org.praxislive.code
Methods in org.praxislive.code that return AsyncModifier and TypeMethodDescriptionCodeDelegate.ask(ControlAddress destination, Object... args) Call a Control.CodeDelegate.ask(ControlAddress destination, List<Value> args) Call a Control.final <T,R> Async <R> CodeDelegate.async(T input, Async.Task<T, R> task) Run a task asynchronously and outside of the component context. -
Uses of Async in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi that return AsyncModifier and TypeMethodDescriptionAdd an Async to the queue.Async.Queue.poll()Retrieves and removes the next completed Async, if available.Methods in org.praxislive.code.userapi that return types with arguments of type AsyncModifier and TypeMethodDescriptionAsync.Queue.clear()Clear all Async from the queue.Async.Queue.limit(int size) Limit the queue to the provided size.Methods in org.praxislive.code.userapi with parameters of type AsyncModifier and TypeMethodDescriptionAdd an Async to the queue.booleanRemove the provided Async from the queue.Set the value from completion of the providedAsync.Method parameters in org.praxislive.code.userapi with type arguments of type Async