Join Slack
Powered by
Is there a version of `Job` that can be created si...
# coroutines
b
bdawg.io
11/20/2018, 11:02 PM
Is there a version of
Job
that can be created similar to
fun Job(parent: Job? = null)
where
cancelsParent = false
a
AngusMorton
11/20/2018, 11:13 PM
SupervisionJob?
https://kotlinlang.org/docs/reference/coroutines/exception-handling.html#supervision-job
4
Views
Open in Slack
Previous
Next