hi! we are using suspendCoroutine{} for wrapping a...
# coroutines
b
hi! we are using suspendCoroutine{} for wrapping a callback based API. now i found suspendCancellableCoroutine {} and i wonder when i should use that. my probably simple minded assumption is .. that i use it if the the underlying callback is cancellable. is that true? 🙂
👌 1