any best practices how gracefully shutdown scope (...
# coroutines
e
any best practices how gracefully shutdown scope (like custom GlobalScope)?
withTimeout
but for the whole scope?
z
withTimeout
just cancels the inner
Job
– you can cancel any
Job
yourself in the same way