aboutsummaryrefslogtreecommitdiffstats
path: root/reactive/kotlinx-coroutines-reactor/src
Commit message (Expand)AuthorAgeFilesLines
* Consistently handle undeliverable exceptions in RxJava and Reactor integrationsVsevolod Tolstopyatov2019-12-052-30/+36
* Fix ReactorFlow integration bug exposed by TestBaseVsevolod Tolstopyatov2019-10-291-1/+1
* Deprecate obsolete reactive API, improve existing Reactive documentationVsevolod Tolstopyatov2019-09-253-32/+32
* Promote rx2 extensions to stable, increase deprecation level for obsolete rea...Vsevolod Tolstopyatov2019-09-252-2/+2
* 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-212-1/+16
* Coroutine context propagation for Reactor to coroutines API migration (#1377)SokolovaMaria2019-08-094-1/+61
* Context passing between coroutines and Reactor Mono/Flux (#1138)SokolovaMaria2019-07-173-6/+69
* Reactive scopeless (#1341)Vsevolod Tolstopyatov2019-07-163-17/+56
* Improved coroutine exception handling logicRoman Elizarov2019-03-251-2/+6
* Structured concurrency for Completable/Listenable futuresRoman Elizarov2019-03-011-2/+0
* Deprecate Job.cancel(cause) and ReceiveChannel.cancel(cause), return Unit fro...Vsevolod Tolstopyatov2018-10-181-1/+1
* Experimental annotation revisit:Vsevolod Tolstopyatov2018-10-092-8/+0
* Remove deprecated APIVsevolod Tolstopyatov2018-10-083-64/+0
* Migrate to Kotlin 1.3 coroutines, drop experimental from packageRoman Elizarov2018-10-084-21/+30
* async and async-like builders cancel parent on failureRoman Elizarov2018-09-281-0/+2
* API Review for 1.0 releaseRoman Elizarov2018-09-253-9/+64
* Dispatchers are renamed and grouped in the Dispatchers objectRoman Elizarov2018-09-113-17/+22
* Structured concurrency for reactive modulesVsevolod Tolstopyatov2018-09-113-33/+51
* Updated copyright to short template and year 2018 across all filesRoman Elizarov2018-06-294-13/+13
* Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimen...Vsevolod Tolstopyatov2018-06-1912-905/+0
* Make deprecated API hidden, replace deprecated API with new oneVsevolod Tolstopyatov2018-04-171-1/+1
* Fix references to `coroutineContext` is the docs of all the buildersRoman Elizarov2018-03-131-1/+1
* Deprecated CoroutineScope.coroutineContext which is replaced withRoman Elizarov2018-03-133-34/+17
* Implementation of awaitFirstOrDefault and awaitFirstOrNull.Konrad Kamiński2018-02-071-0/+44
* AbstractCoroutine.start is introduced.Roman Elizarov2018-01-241-8/+4
* Public API for AbstractCoroutineRoman Elizarov2018-01-181-8/+8
* Renamed `run` to `withContext`Roman Elizarov2017-12-211-1/+1
* Optional parent job parameter for coroutine buildersRoman Elizarov2017-11-302-4/+16
* Add DefaultDispatcher on some reactive operatorsFrancesco Vasco2017-11-302-4/+7
* Dump pool threads on BroadcastChannelMultiReceiveStressTest failure;Roman Elizarov2017-10-262-10/+2
* Update Reactor support to leverage Bismuth release trainSebastien Deleuze2017-10-063-38/+17
* DefaultDispatcher is introducedRoman Elizarov2017-09-281-7/+15
* Fixed MonoTest after Project Reactor version updateRoman Elizarov2017-08-031-1/+1
* Replace deprecated setCancellation with onDipose for Project ReactorLiming.Shi2017-08-031-1/+1
* Rename CoroutineContext.context to coroutineContextRoman Elizarov2017-07-213-11/+11
* Additional checks to ensure that there are no leaking threads after testsRoman Elizarov2017-07-202-3/+17
* Refactoring: AbstractCoroutine is extended only by true coroutine impls;Roman Elizarov2017-06-221-3/+3
* equals/hashCode for wrapper CoroutineDispatcher implsRoman Elizarov2017-04-111-0/+2
* Add support for Reactor.Konrad Kamiński2017-03-3012-0/+1073