aboutsummaryrefslogtreecommitdiff
path: root/reactive
AgeCommit message (Expand)Author
2021-03-25Introduce trySend and tryReceive channel operations as a future replacement f...Vsevolod Tolstopyatov
2021-03-23Simplify internal coroutines machinery (#2512)Vsevolod Tolstopyatov
2021-03-09Replace deprecated '*compile' configurations. (#2574)Yahor Berdnikau
2021-02-04Update copyright year (#2520)Vsevolod Tolstopyatov
2020-12-28bump reactor-core to 3.4.x version and replace deprecated API usage (#2458)Mikhael Sokolov
2020-11-30Update Knit to 0.2.3 (#2415)Vsevolod Tolstopyatov
2020-10-26Update experimental declarations (#2316)Vsevolod Tolstopyatov
2020-10-23Fix potential crash in Rx2 and Rx3 asFlow extension (#2333)Vsevolod Tolstopyatov
2020-10-13Introduce SharedFlow and sharing operators (#2069)Roman Elizarov
2020-10-12Breaking: Get rid of atomic cancellation and provide a replacement (#1937)Roman Elizarov
2020-10-09Cancel current Job on RejectedExecutionException (#2012)Roman Elizarov
2020-10-08Provide asFlowable and asObservable by their names in binary instead … (#2285)Vsevolod Tolstopyatov
2020-10-05Kts transition (#2261)Vsevolod Tolstopyatov
2020-09-22Add Publisher.awaitSingleOrDefault|Null|Else extensions (#2260)Sébastien Deleuze
2020-08-25Transition to the Gradle ktsVictor Turansky
2020-08-10Support context in Flow.asPublisher and similar methods (#2156)Roman Elizarov
2020-07-16Fix race in Flow.asPublisher (#2124)Roman Elizarov
2020-07-03Fix typos in docs (#2098)Yanis Batura
2020-05-18Flow cancellation (#2028)Vsevolod Tolstopyatov
2020-05-02'reactor_vesion' -> 'reactor_veRsion' (#1976)Victor Turansky
2020-04-29Kts transition (#1951)Vsevolod Tolstopyatov
2020-04-24Integration with RxJava3 (#1950)Vsevolod Tolstopyatov
2020-03-27Enable strict explicit mode (#1877)Vsevolod Tolstopyatov
2020-03-13JDK9 Flow integration (#1783)dkhalanskyjb
2020-03-06Make call to service loader in reactor integrations optimizable by R8 (#1847)Vsevolod Tolstopyatov
2020-03-04Reuse RxJava built-in disposed Disposable (#1841)Vsevolod Tolstopyatov
2020-03-04Add ObservableSource.asFlow operator (#1768)Marek Langiewicz
2020-02-18Update copyright yearVsevolod Tolstopyatov
2020-02-14Use a separate Knit tool (#1486)Roman Elizarov
2020-02-13Fix a race in some tests for JavaRX integration (#1801)dkhalanskyjb
2020-02-11Improve test styleDmitry Khalanskiy
2020-02-10Integration with binary-compatibility-validator plugin (#1790)Vsevolod Tolstopyatov
2020-01-28Request elements in batches in ReactiveFlow to avoid requesting elements one ...Vsevolod Tolstopyatov
2020-01-24Fix context support in Publisher.asFlow.flowOnRoman Elizarov
2019-12-05Consistently handle undeliverable exceptions in RxJava and Reactor integrationsVsevolod Tolstopyatov
2019-10-29Fix ReactorFlow integration bug exposed by TestBaseVsevolod Tolstopyatov
2019-10-29Add missing TestBase inheritance to fail on asynchronous errorsVsevolod Tolstopyatov
2019-09-25Remove outdated reactive guide and add section about Reactive Streams to flow.mdVsevolod Tolstopyatov
2019-09-25Deprecate obsolete reactive API, improve existing Reactive documentationVsevolod Tolstopyatov
2019-09-25Promote rx2 extensions to stable, increase deprecation level for obsolete rea...Vsevolod Tolstopyatov
2019-09-25Promote Publisher<T>.collect to stable APIVsevolod Tolstopyatov
2019-09-25Promote reactive adapters for Flow to stable APIVsevolod Tolstopyatov
2019-08-21Replace kotlinx.coroutines.reactive.FlowKt and kotlinx.coroutines.reactor.Flo...Vsevolod Tolstopyatov
2019-08-09Coroutine context propagation for Reactor to coroutines API migration (#1377)SokolovaMaria
2019-07-19Report fatal errors to both onError (to comply the spec fully) and to corouti...Vsevolod Tolstopyatov
2019-07-19Properly handle fatal exceptions in Rx coroutines, get rid of deadlock in RxO...Vsevolod Tolstopyatov
2019-07-19Consistently handle fatal exceptions in PublisherCoroutineVsevolod Tolstopyatov
2019-07-17Context passing between coroutines and Reactor Mono/Flux (#1138)SokolovaMaria
2019-07-16Reactive scopeless (#1341)Vsevolod Tolstopyatov
2019-07-03Update copyright year to 2019 in all the knit-generated filesRoman Elizarov