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
    A Future is a computation result that becomes available at some point.
  • Class
    Description
    A Future is a computation result that becomes available at some point.
    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 API
    Deprecated.
    Completes a task.