aboutsummaryrefslogtreecommitdiff
path: root/kotlinx-coroutines-core/jvm/test/channels/ChannelCancelUndeliveredElementStressTest.kt
AgeCommit message (Expand)Author
2021-11-15Incorporate new Native memory model into kotlinx-coroutines mainline (#2833)Vsevolod Tolstopyatov
2021-04-13Deprecate SendChannel.offer and ReceiveChannel.poll, replace their usages alo...Vsevolod Tolstopyatov
2021-04-06Deprecation and migration of receiveOrNull and onReceiveOrNull. (#2612)Vsevolod Tolstopyatov
2021-03-25Introduce trySend and tryReceive channel operations as a future replacement f...Vsevolod Tolstopyatov
2020-10-12Breaking: Get rid of atomic cancellation and provide a replacement (#1937)Roman Elizarov