aboutsummaryrefslogtreecommitdiffstats
path: root/reactive/kotlinx-coroutines-reactive/src/ReactiveFlow.kt
Commit message (Expand)AuthorAgeFilesLines
* Fixes for the reactive integrations (#2617)dkhalanskyjb2021-04-221-10/+10
* Consistently handle exceptions in reactive streams (#2646)dkhalanskyjb2021-04-201-10/+21
* Deprecate SendChannel.offer and ReceiveChannel.poll, replace their usages alo...Vsevolod Tolstopyatov2021-04-131-1/+1
* Deprecation and migration of receiveOrNull and onReceiveOrNull. (#2612)Vsevolod Tolstopyatov2021-04-061-3/+7
* Simplify internal coroutines machinery (#2512)Vsevolod Tolstopyatov2021-03-231-1/+5
* Update copyright year (#2520)Vsevolod Tolstopyatov2021-02-041-1/+1
* Introduce SharedFlow and sharing operators (#2069)Roman Elizarov2020-10-131-13/+20
* Support context in Flow.asPublisher and similar methods (#2156)Roman Elizarov2020-08-101-6/+17
* Fix race in Flow.asPublisher (#2124)Roman Elizarov2020-07-161-25/+21
* Flow cancellation (#2028)Vsevolod Tolstopyatov2020-05-181-0/+1
* Enable strict explicit mode (#1877)Vsevolod Tolstopyatov2020-03-271-2/+2
* Make call to service loader in reactor integrations optimizable by R8 (#1847)Vsevolod Tolstopyatov2020-03-061-4/+5
* Request elements in batches in ReactiveFlow to avoid requesting elements one ...Vsevolod Tolstopyatov2020-01-281-3/+10
* Fix context support in Publisher.asFlow.flowOnRoman Elizarov2020-01-241-28/+27
* Deprecate obsolete reactive API, improve existing Reactive documentationVsevolod Tolstopyatov2019-09-251-2/+8
* Promote reactive adapters for Flow to stable APIVsevolod Tolstopyatov2019-09-251-2/+0
* Replace kotlinx.coroutines.reactive.FlowKt and kotlinx.coroutines.reactor.Flo...Vsevolod Tolstopyatov2019-08-211-0/+227