<Kotlin Coroutines 1.5: GlobalScope Marked as Deli...
# announcements
u
Kotlin Coroutines 1.5: GlobalScope Marked as Delicate, Refined Channels API, and More Co-author: Svetlana Isakova Kotlin Coroutines 1.5.0 is out! Here’s what the new version brings. GlobalScope is now marked as a delicate API. GlobalScope is an advanced API that is easy to misuse. The compiler will now warn you about possible misuse and require an opt-in for this class in your program. Extensions for JUnit. CoroutinesTimeout […]