aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-core/common/test/channels/TestChannelKind.kt
Commit message (Expand)AuthorAgeFilesLines
* Deprecation and migration of receiveOrNull and onReceiveOrNull. (#2612)Vsevolod Tolstopyatov2021-04-061-3/+0
* Introduce trySend and tryReceive channel operations as a future replacement f...Vsevolod Tolstopyatov2021-03-251-2/+2
* Introduce ChannelResult and receiveCatching/onReceiveCatchingVsevolod Tolstopyatov2021-03-251-4/+4
* Introduce SharedFlow and sharing operators (#2069)Roman Elizarov2020-10-131-1/+1
* Breaking: Get rid of atomic cancellation and provide a replacement (#1937)Roman Elizarov2020-10-121-5/+9
* Update lincheck to 2.5.3 and re-write the corresponding testsNikita Koval2019-12-261-37/+18
* Channel.receiveOrNull becomes extension, internal receiveOrClosed addedVsevolod Tolstopyatov2019-07-181-0/+3
* Undeprecate ReceiveChannel.isEmptyVsevolod Tolstopyatov2019-04-101-1/+0
* Deprecate `SendChannel.isFull` and `ReceiveChannel.isEmpty` propertiesNikita Koval2019-03-201-0/+1
* Added clarification on deprecation version in code, better CE messagesRoman Elizarov2019-03-061-1/+1
* Hide cancel(Throwable), introduce cancel(CancellationException)Roman Elizarov2019-03-011-2/+8
* Migration to new multiplatorm plugin (#947)Vsevolod Tolstopyatov2019-01-281-0/+68