Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.9.0-RC.2 source code.tar.gz | 2024-08-12 | 7.2 MB | |
1.9.0-RC.2 source code.zip | 2024-08-12 | 7.9 MB | |
README.md | 2024-08-12 | 915 Bytes | |
Totals: 3 Items | 15.1 MB | 1 |
- Advanced the deprecation levels for
BroadcastChannel
-based API (#4197). - Advanced the deprecation levels for the old
kotlinx-coroutines-test
API (#4198). - Promoted
CoroutineStart.ATOMIC
fromExperimentalCoroutinesApi
toDelicateCoroutinesApi
(#4169). - Reworked the documentation for
CoroutineStart
andChannel
-based API (#4147, [#4148], [#4167]). Thanks, @globsterg! - Forbid casting a
Mutex
toSemaphore
(#4176). - Deprecated
Job.cancelFutureOnCompletion
(#4211). - Worked around a stack overflow that may occur when calling
asDeferred
on aFuture
many times (#4156). - Fixed a bug that disallowed setting a custom
probeCoroutineResumed
when starting coroutines withUNDISPATCHED
(#4211). - No longer initialize
Dispatchers.IO
on the JVM when other standard dispatchers are accessed (#4166). Thanks, @metalhead8816! - Small tweaks, fixes, and documentation improvements.