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.vavr
-
Classes in io.vavr.concurrent used by io.vavr.concurrentClassDescriptionA Future is a computation result that becomes available at some point.INTERNAL API - This class is subject to change.A Promise is a write-once wrapper around a read-only Future which can complete the underlying Future with a value or an exception.Deprecated.Experimental APIDeprecated.Completes a task.