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
    Class
    Description
    Represents the result of an asynchronous computation that becomes available at some point in the future.
  • Class
    Description
    Represents the result of an asynchronous computation that becomes available at some point in the future.
    INTERNAL API - This class is subject to change.
     
    A Promise is a write-once container for a read-only Future, allowing the underlying Future to be completed with a value or an exception.
    Represents a possibly asynchronous unit of work, called "Task".
    Completes a task.