Package | Description |
---|---|
bayou.async |
Async programming model.
|
Modifier and Type | Method and Description |
---|---|
default Async<T> |
Async.finally_(RunnableX action)
After `this` action completes, regardless of success or failure, execute a subsequent action.
|