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