kotlinx.coroutines
kotlinx.coroutines copied to clipboard
Introduce deprecated coroutine builder overloads accepting a Job
trafficstars
This is a small step towards deprecating the practice of breaking
structured concurrency by passing a Job to a coroutine builder.
Thanks to @LouisCAD for the idea!
See https://github.com/Kotlin/kotlinx.coroutines/issues/3670