Package | Description |
---|---|
gololang.concurrent.async |
Support for asynchronous programming constructs.
|
Modifier and Type | Method and Description |
---|---|
Promise |
Promise.fail(java.lang.Throwable throwable)
Fails the promise.
|
Promise |
Promise.set(java.lang.Object value)
Sets the promise value.
|