| Modifier and Type | Method and Description |
|---|---|
FlowFuture<Void> |
Flow.supply(Flows.SerRunnable runnable)
Invoke an asynchronous task that does not yield a value
|
FlowFuture<Void> |
FlowFuture.thenRun(Flows.SerRunnable fn)
Run an action when this future has completed normally.
|
Copyright © 2021. All rights reserved.