thenAcceptAsync

abstract override fun thenAcceptAsync(action: Consumer<in T>): DelayableCompletableFuture<Void?>
abstract override fun thenAcceptAsync(action: Consumer<in T>, executor: Executor): DelayableCompletableFuture<Void?>