| Package | Description |
|---|---|
| io.vavr | |
| io.vavr.concurrent |
This package contains basic building blocks 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.
|
Copyright © 2017. All Rights Reserved.