<@U21LBQBU2> With CompletableDeferred the return t...
# coroutines
d
@bj0 With CompletableDeferred the return type is Deferred, whereas with suspendCancellableCoroutine you make a suspend function that wraps your callback and returns the actual value...