Uses of Package
io.vavr.concurrent
-
Packages that use io.vavr.concurrent Package Description io.vavr BesideAPIthe io.vavr package contains core types like (Checked)Functions and Tuples.io.vavr.concurrent This package contains basic building blocks for creating fast, asynchronous, non-blocking parallel code. -
Classes in io.vavr.concurrent used by io.vavr Class Description Future Represents the result of an asynchronous computation that becomes available at some point in the future. -
Classes in io.vavr.concurrent used by io.vavr.concurrent Class Description Future Represents the result of an asynchronous computation that becomes available at some point in the future.FutureImpl INTERNAL API - This class is subject to change.GwtIncompatible Promise APromiseis a write-once container for a read-onlyFuture, allowing the underlyingFutureto be completed with a value or an exception.Task Represents a possibly asynchronous unit of work, called "Task".Task.Complete Completes a task.