Mark CompletionStage<T>.await()
as @DelicateCoroutinesApi
#4358
Labels
CompletionStage<T>.await()
as @DelicateCoroutinesApi
#4358
This is unexpected that
await
cancels theCompletableFuture
on coroutine cancellation. Since it's named likeDeferred.await
, it's expected to behave the same way without requiring to convert toDeferred
first.The text was updated successfully, but these errors were encountered: