aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-core/jvm/src/channels/Actor.kt
Commit message (Expand)AuthorAgeFilesLines
* Update Kotlin to 1.5.20 (#2810)Vsevolod Tolstopyatov2021-07-081-0/+1
* Introduce trySend and tryReceive channel operations as a future replacement f...Vsevolod Tolstopyatov2021-03-251-0/+5
* Simplify internal coroutines machinery (#2512)Vsevolod Tolstopyatov2021-03-231-1/+5
* Update copyright year (#2520)Vsevolod Tolstopyatov2021-02-041-1/+1
* Enable strict explicit mode (#1877)Vsevolod Tolstopyatov2020-03-271-1/+1
* ReceiveChannel.broadcast shall start lazy coroutine when closed (#1717)Roman Elizarov2020-03-161-1/+4
* Update copyright yearVsevolod Tolstopyatov2020-02-181-1/+1
* Update coroutines builders kdocs to link to correct paramMarek Langiewicz2019-10-071-1/+1
* Eagerly create coroutine for lazily-started coroutine builders in order to tr...Vsevolod Tolstopyatov2019-09-181-2/+6
* Flow scope (#1227)Vsevolod Tolstopyatov2019-06-051-1/+0
* Flow: decouple buffer size from various operators and fuseRoman Elizarov2019-06-051-1/+1
* Tweaked order of notifications for better error handling & consistencyRoman Elizarov2019-03-251-1/+1
* Improved coroutine exception handling logicRoman Elizarov2019-03-251-4/+5
* Hide cancel(Throwable), introduce cancel(CancellationException)Roman Elizarov2019-03-011-2/+3
* Structured concurrency for Completable/Listenable futuresRoman Elizarov2019-03-011-1/+4
* Start lazy actor when calling closeVsevolod Tolstopyatov2019-02-061-0/+5
* Migration to new multiplatorm plugin (#947)Vsevolod Tolstopyatov2019-01-281-0/+167