Uses of Interface
io.vavr.concurrent.Task.Complete
Packages that use Task.Complete
Package
Description
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.CompleteModifier and TypeMethodDescriptionvoid
FutureImpl.Computation.execute
(Task.Complete<T> complete, Runnable updateThread) void
Task.run
(Task.Complete<T> complete) Deprecated.Runs the task.