kotlinx.coroutines icon indicating copy to clipboard operation
kotlinx.coroutines copied to clipboard

Introduce deprecated coroutine builder overloads accepting a Job

Open dkhalanskyjb opened this issue 6 months ago • 3 comments
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

dkhalanskyjb avatar May 13 '25 13:05 dkhalanskyjb