aboutsummaryrefslogtreecommitdiffstats
path: root/reactive/kotlinx-coroutines-rx2/src/RxConvert.kt
Commit message (Expand)AuthorAgeFilesLines
* General cleanup (#2809)Vsevolod Tolstopyatov2021-07-081-0/+2
* Remove the @ExperimentalCoroutinesApi annotation from reactive integrations (...dkhalanskyjb2021-04-231-6/+0
* Embrace new channel API, stabilize callbackFlow (#2643)Vsevolod Tolstopyatov2021-04-131-3/+7
* Update copyright year (#2520)Vsevolod Tolstopyatov2021-02-041-1/+1
* Fix potential crash in Rx2 and Rx3 asFlow extension (#2333)Vsevolod Tolstopyatov2020-10-231-1/+7
* Provide asFlowable and asObservable by their names in binary instead … (#2285)Vsevolod Tolstopyatov2020-10-081-21/+25
* Support context in Flow.asPublisher and similar methods (#2156)Roman Elizarov2020-08-101-3/+17
* Reuse RxJava built-in disposed Disposable (#1841)Vsevolod Tolstopyatov2020-03-041-6/+1
* Add ObservableSource.asFlow operator (#1768)Marek Langiewicz2020-03-041-0/+31
* Update copyright yearVsevolod Tolstopyatov2020-02-181-1/+1
* Consistently handle undeliverable exceptions in RxJava and Reactor integrationsVsevolod Tolstopyatov2019-12-051-3/+7
* Deprecate obsolete reactive API, improve existing Reactive documentationVsevolod Tolstopyatov2019-09-251-6/+4
* Coroutine context propagation for Reactor to coroutines API migration (#1377)SokolovaMaria2019-08-091-5/+4
* Reactive scopeless (#1341)Vsevolod Tolstopyatov2019-07-161-4/+4
* Mark Flow declarations as experimentalVsevolod Tolstopyatov2019-06-061-2/+2
* Flow improvements:Vsevolod Tolstopyatov2019-04-121-5/+1
* Flow.asObservable and Flow.asFlowable converters in rx2 moduleVsevolod Tolstopyatov2019-04-121-0/+40
* Migrate to Kotlin 1.3 coroutines, drop experimental from packageRoman Elizarov2018-10-081-4/+4
* Aligned to RxJava2 contract - Observable and Single returns non nullable type...Dmitry Borodin2018-09-261-2/+2
* API Review for 1.0 releaseRoman Elizarov2018-09-251-0/+16
* Structured concurrency for reactive modulesVsevolod Tolstopyatov2018-09-111-33/+8
* Updated copyright to short template and year 2018 across all filesRoman Elizarov2018-06-291-13/+1
* Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimen...Vsevolod Tolstopyatov2018-06-191-0/+99