Dmitry Khalanskiy [JB]
09/13/2024, 2:31 PMCoroutineDispatcher.limitedParallelism
is now stable and has an additional "debug name" parameter.
• Flow<T>.chunked(size: Int): Flow<List<T>>
to group emitted elements into fixed-size lists!
See https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.9.0 for the full list of changes.