https://kotlinlang.org logo
#coroutines
Title
# coroutines
e

enleur

07/28/2021, 6:02 PM
any best practices how gracefully shutdown scope (like custom GlobalScope)?
withTimeout
but for the whole scope?
z

Zach Klippenstein (he/him) [MOD]

07/28/2021, 6:12 PM
withTimeout
just cancels the inner
Job
– you can cancel any
Job
yourself in the same way
5 Views