aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-core/common/src/channels/ConflatedBroadcastChannel.kt
Commit message (Expand)AuthorAgeFilesLines
* Mark BroadcastChannel, ConflatedBroadcastChannel and all related oper… (#2647)Vsevolod Tolstopyatov2021-04-151-3/+3
* Deprecate SendChannel.offer and ReceiveChannel.poll, replace their usages alo...Vsevolod Tolstopyatov2021-04-131-1/+1
* Remove deprecated SendChannel.isFull (#2613)Vsevolod Tolstopyatov2021-04-061-1/+0
* Introduce trySend and tryReceive channel operations as a future replacement f...Vsevolod Tolstopyatov2021-03-251-5/+5
* Update copyright year (#2520)Vsevolod Tolstopyatov2021-02-041-1/+1
* Introduce SharedFlow and sharing operators (#2069)Roman Elizarov2020-10-131-3/+3
* Breaking: Get rid of atomic cancellation and provide a replacement (#1937)Roman Elizarov2020-10-121-1/+1
* Merge remote-tracking branch 'origin/master' into developRoman Elizarov2020-03-311-2/+0
|\
| * Removed extra non working SharedImmutable annotations (#1892)LepilkinaElena2020-03-311-2/+0
* | Enable strict explicit mode (#1877)Vsevolod Tolstopyatov2020-03-271-1/+1
|/
* Fixed regularized 'when' inference to build trainRoman Elizarov2020-03-031-1/+1
* Update copyright yearVsevolod Tolstopyatov2020-02-181-1/+1
* Use common SharedImmutable declaration from stdlibRoman Elizarov2019-12-181-0/+1
* Eagerly create cancellation exception during Job.cancel call to make stacktra...Vsevolod Tolstopyatov2019-10-041-1/+1
* Fix StackOverflowException with select expressionsRoman Elizarov2019-09-211-1/+1
* Make ReceiveChannel.cancel linearizability-friendlyVsevolod Tolstopyatov2019-09-181-3/+5
* Rewrite assertions so that they are checked only in debug modeRoman Elizarov2019-07-021-2/+2
* Replace hand-rolled arraycopy with stdlib copyIntoLouis CAD2019-06-301-2/+9
* Consolidate NullSurrogate with Symbol and rename it to NULLRoman Elizarov2019-05-311-11/+4
* 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-3/+15
* Migration to new multiplatorm plugin (#947)Vsevolod Tolstopyatov2019-01-281-0/+282