Uses of Interface
org.praxislive.code.userapi.Async.Task
Packages that use Async.Task
-
Uses of Async.Task in org.praxislive.code
Methods in org.praxislive.code with parameters of type Async.TaskModifier and TypeMethodDescriptionfinal <T,R> Async <R> CodeDelegate.async(T input, Async.Task<T, R> task) Run a task asynchronously and outside of the component context.