kotlinx.coroutines
kotlinx.coroutines copied to clipboard
Mark `CompletionStage<T>.await()` as `@DelicateCoroutinesApi`
trafficstars
This is unexpected that await cancels the CompletableFuture on coroutine cancellation. Since it's named like Deferred.await, it's expected to behave the same way without requiring to convert to Deferred first.