| Package | Description |
|---|---|
| io.vavr |
Beside
API 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.
|
| Class and Description |
|---|
| Future
A Future is a computation result that becomes available at some point.
|
| Class and Description |
|---|
| Future
A Future is a computation result that becomes available at some point.
|
| 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 API
|
| Task.Complete
Deprecated.
Completes a task.
|
Copyright © 2021. All Rights Reserved.