Uses of Interface
io.vavr.concurrent.Task
Packages that use Task
Package
Description
This package contains basic building blocks for creating fast, asynchronous, non-blocking parallel code.
-
Uses of Task in io.vavr.concurrent
Methods in io.vavr.concurrent with parameters of type TaskModifier and TypeMethodDescription(package private) static <T> FutureImpl
<T> Creates aFutureImpl
that is eventually completed.static <T> Future
<T> Deprecated.Experimental APIstatic <T> Future
<T> Deprecated.Experimental API(package private) static <T> FutureImpl
<T> Creates aFutureImpl
that is eventually completed.