aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-core/common/src/channels/Broadcast.kt
Commit message (Expand)AuthorAgeFilesLines
* Mark BroadcastChannel, ConflatedBroadcastChannel and all related oper… (#2647)Vsevolod Tolstopyatov2021-04-151-4/+9
* Simplify internal coroutines machinery (#2512)Vsevolod Tolstopyatov2021-03-231-1/+7
* Update copyright year (#2520)Vsevolod Tolstopyatov2021-02-041-1/+1
* Update experimental declarations (#2316)Vsevolod Tolstopyatov2020-10-261-1/+1
* Introduce SharedFlow and sharing operators (#2069)Roman Elizarov2020-10-131-3/+4
* Enable strict explicit mode (#1877)Vsevolod Tolstopyatov2020-03-271-1/+1
* ReceiveChannel.broadcast shall start lazy coroutine when closed (#1717)Roman Elizarov2020-03-161-4/+48
* Update copyright yearVsevolod Tolstopyatov2020-02-181-1/+1
* Update coroutines builders kdocs to link to correct paramMarek Langiewicz2019-10-071-1/+1
* Eagerly create cancellation exception during Job.cancel call to make stacktra...Vsevolod Tolstopyatov2019-10-041-6/+7
* Eagerly create coroutine for lazily-started coroutine builders in order to tr...Vsevolod Tolstopyatov2019-09-181-4/+3
* Improved coroutine exception handling logicRoman Elizarov2019-03-251-3/+6
* 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-5/+12
* Introduce JobSupport.cancelCoroutine for AbstractCoroutine-derived classesRoman Elizarov2019-03-011-1/+1
* Structured concurrency for Completable/Listenable futuresRoman Elizarov2019-03-011-2/+1
* Migration to new multiplatorm plugin (#947)Vsevolod Tolstopyatov2019-01-281-0/+133