for instance, if I was using `job = CompletableDef...
# coroutines
b
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