aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-core/common/test/channels/BasicOperationsTest.kt
Commit message (Expand)AuthorAgeFilesLines
* Add ChannelResult.onClosed (#2665)Vsevolod Tolstopyatov2021-04-211-1/+21
* Deprecate SendChannel.offer and ReceiveChannel.poll, replace their usages alo...Vsevolod Tolstopyatov2021-04-131-34/+11
* Deprecation and migration of receiveOrNull and onReceiveOrNull. (#2612)Vsevolod Tolstopyatov2021-04-061-32/+5
* Introduce trySend and tryReceive channel operations as a future replacement f...Vsevolod Tolstopyatov2021-03-251-1/+1
* Introduce ChannelResult and receiveCatching/onReceiveCatchingVsevolod Tolstopyatov2021-03-251-10/+10
* Breaking: Get rid of atomic cancellation and provide a replacement (#1937)Roman Elizarov2020-10-121-10/+10
* Channel.receiveOrNull becomes extension, internal receiveOrClosed addedVsevolod Tolstopyatov2019-07-181-0/+33
* Make ChannelIterator.next non-suspendingVsevolod Tolstopyatov2019-05-161-0/+12
* Fix exception types for channels to ensure transparency & reporting (#1158)Roman Elizarov2019-04-301-1/+22
* Migration to new multiplatorm plugin (#947)Vsevolod Tolstopyatov2019-01-281-0/+150