Package | Description |
---|---|
gololang.concurrent.async |
Support for asynchronous programming constructs.
|
Modifier and Type | Method and Description |
---|---|
static AssignedFuture |
AssignedFuture.failedFuture(java.lang.Throwable throwable)
Builds a new future that has failed.
|
static AssignedFuture |
AssignedFuture.setFuture(java.lang.Object value)
Builds a new future that has been set to a value.
|