aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Restore context preservation invariant in flatMapMerge (#1452)Vsevolod Tolstopyatov2019-08-2214-151/+216
| * | | Introduce CoroutineDispatcher.asExecutor() extension (#1457)Roman Elizarov2019-08-223-8/+58
| * | | Increase to default buffer size to 64Vsevolod Tolstopyatov2019-08-222-3/+3
| * | | Replace kotlinx.coroutines.reactive.FlowKt and kotlinx.coroutines.reactor.Flo...Vsevolod Tolstopyatov2019-08-217-121/+159
| * | | Add skip_snapshot_checks flag for snapshot train debuggabilityVsevolod Tolstopyatov2019-08-211-1/+2
| * | | Update constants in debounce example so it will work on slow machines with no...Vsevolod Tolstopyatov2019-08-211-4/+4
| * | | Do not report already handled exception in select builderVsevolod Tolstopyatov2019-08-142-4/+64
| | |/ | |/|
| * | Merge branch 'master' into developVsevolod Tolstopyatov2019-08-093-95/+97
| |\|
| | * Fix typos and article use, reword phrases in "Composing Suspending functions"Yanis Batura2019-08-081-26/+27
| | * coroutine-context-and-dispatchers.md: Improve article usage, fix typos, rewor...Yanis Batura2019-08-081-68/+69
| | * Fix documentation of (suspend () -> T).asFlow()jbion2019-08-011-1/+1
| * | Various improvements in combine implementationVsevolod Tolstopyatov2019-08-098-33/+32
| * | Introducing collectLatest terminal operatorVsevolod Tolstopyatov2019-08-094-5/+103
| * | Renaming switchMap to flatMapLatest to better reflect its semantics and to ha...Vsevolod Tolstopyatov2019-08-098-192/+457
| * | combineLatest reworkVsevolod Tolstopyatov2019-08-098-237/+622
| * | Fully copy CoroutineInfo for DebugProbes.dumpCoroutinesInfo, it is re… (#1368)Vsevolod Tolstopyatov2019-08-094-17/+22
| * | Coroutine context propagation for Reactor to coroutines API migration (#1377)SokolovaMaria2019-08-0925-138/+441
| * | Allocate underlying buffer in ArrayChannel in on-demand manner (#1388)Vsevolod Tolstopyatov2019-08-093-13/+101
| * | Optimize debounce operator allocation pressure by using conflated produce. Pr...Vsevolod Tolstopyatov2019-08-092-19/+22
| * | Get rid of NonRecoverableThrowable, mention way to opt-out stacktrace… (#1420)Vsevolod Tolstopyatov2019-08-095-22/+16
| * | Properly enforce flow invariant when flow is used from "suspend fun m… (#1426)Vsevolod Tolstopyatov2019-08-092-1/+72
| * | Use 'Class.forName($name).canonicalName' instead of '$name' in stacktrace rec...Vsevolod Tolstopyatov2019-08-091-4/+18
| * | Deprecate delayFlow and delayEachRoman Elizarov2019-08-092-20/+26
| * | Change keep rules targeting to match AGP changesWojtek Kaliciński2019-08-086-4/+4
| * | Properly use acquired permits in SemaphoreTuring Technologies (Wynne Plaga)2019-08-082-5/+33
| * | Improve Semaphore APIVsevolod Tolstopyatov2019-08-071-20/+19
| * | Cover all publications in bomSergey Shatunov2019-08-051-2/+8
| * | Use setTimeout-based dispatcher when process is not available on the … (#1409)Vsevolod Tolstopyatov2019-08-053-24/+104
| * | Check for cancellation in concurrent flow merge on each elementVsevolod Tolstopyatov2019-08-054-1/+51
| * | Update Guava to the latest version 28.0Roman Elizarov2019-08-051-1/+1
| * | Deprecate flowWith with ERRORVsevolod Tolstopyatov2019-08-054-386/+22
| * | Flow.kt: fix typos and rephrase some expressions for better readability (#1408)Yanis Batura2019-08-051-28/+28
| * | Remove no longer needed tests excludesLouis CAD2019-08-051-2/+0
| * | Get rid of top-level functions in Migration.kt to improve experience of users...Vsevolod Tolstopyatov2019-07-302-26/+0
| * | Properly handle scoped coroutines in JobSupport.cancelParentVsevolod Tolstopyatov2019-07-251-2/+3
| * | Use regular produce instead of flowProduce in channelFlowVsevolod Tolstopyatov2019-07-255-29/+25
| * | Use US English Spelling for BehaviorSubject.Nelson Osacky2019-07-242-2/+2
| * | Merge branch 'master' into developVsevolod Tolstopyatov2019-07-248-15/+38
| |\|
| | * Merge pull request #1357 from Kotlin/version-1.3.0-RCVsevolod Tolstopyatov2019-07-19270-2487/+3852
| | |\
| | | * Version 1.3.0-RCVsevolod Tolstopyatov2019-07-198-15/+38
| * | | Better docs on coroutines debugging propertyRoman Elizarov2019-07-244-25/+29
| * | | Fixed typo in Migration.concatWith replaceWith codeRoman Elizarov2019-07-241-1/+1
| * | | Adds R8 optimization rule for FastServiceLoaderWojtek Kaliciński2019-07-2310-1/+192
| * | | Tests that run from within a workerVsevolod Tolstopyatov2019-07-221-0/+35
| * | | Offload startCoroutineUnintercepted to separate thread to avoid races on comp...Vsevolod Tolstopyatov2019-07-221-4/+8
| | |/ | |/|
| * | Update Kotlin version to 1.3.41Vsevolod Tolstopyatov2019-07-194-7/+7
| * | Merge branch 'master' into developVsevolod Tolstopyatov2019-07-194-4/+5
| |\|
| | * Use the correct builder method `flowChannel` in the checkContext error descri...Paul Woitaschek2019-07-041-1/+1
| | * Fixed sample to use `awaitClose` instead of `await`Paul Woitaschek2019-07-041-1/+1
| | * Fix grammar error in text on suspend functionsPetter Måhlén2019-07-021-1/+1