Uses of Package
io.vavr.concurrent
-
Packages that use io.vavr.concurrent Package Description io.vavr BesideAPI
the 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 A Future is a computation result that becomes available at some point. -
Classes in io.vavr.concurrent used by io.vavr.concurrent Class Description Future A Future is a computation result that becomes available at some point.FutureImpl INTERNAL API - This class is subject to change.FutureImpl.Computation GwtIncompatible Promise A Promise is a write-once wrapper around a read-only Future which can complete the underlying Future with a value or an exception.Task Deprecated.Experimental APITask.Complete Deprecated.Completes a task.