Uses of Interface
io.vavr.concurrent.Task.Complete
-
Packages that use Task.Complete Package Description io.vavr.concurrent This package contains basic building blocks for creating fast, asynchronous, non-blocking parallel code. -
-
Uses of Task.Complete in io.vavr.concurrent
Methods in io.vavr.concurrent with parameters of type Task.Complete Modifier and Type Method Description void
FutureImpl.Computation. execute(Task.Complete<T> complete, java.lang.Runnable updateThread)
void
Task. run(Task.Complete<T> complete)
Deprecated.Runs the task.
-