Join Slack
Communities
Powered by
for instance, if I was using `job = CompletableDef...
# coroutines
b
bj0
02/14/2018, 5:33 PM
for instance, if I was using
job = CompletableDeferred(); return job.await()
, I could call
job.cancel()
from another coroutine. Is there something similar for
suspendCancellableCoroutine
? You can't pass it a job/context
Open in Slack
Previous
Next