aboutsummaryrefslogtreecommitdiff
path: root/kotlinx-coroutines-core
AgeCommit message (Expand)Author
2019-09-04Gradle version 5.6.1Roman Elizarov
2019-09-04Check for -PstressTest=true to run "long" stress testRoman Elizarov
2019-09-04Fix propagation for stressTest property for nightly stress testsRoman Elizarov
2019-09-03Fix of a bug in the semaphore (#1477)dkhalanskyjb
2019-08-29Fix samples in Flow docsVsevolod Tolstopyatov
2019-08-28Consistent naming for stress testsRoman Elizarov
2019-08-27Fixed ChannelReceiveOrClosedTest.testToString on JSRoman Elizarov
2019-08-27Moved ChannelReceiveOrClosedTest to proper dir, cleanup itRoman Elizarov
2019-08-27Ensure that all guide 'main' functions return UnitRoman Elizarov
2019-08-26Add ChannelLFStressTestRoman Elizarov
2019-08-26Merge remote-tracking branch 'origin/master' into developRoman Elizarov
2019-08-26Reknit after update of shared-mutable-state-and-concurrency.mdRoman Elizarov
2019-08-25flow: fix recursion in combineTransform<T1, T2, R>()Jan Skrasek
2019-08-23Rename test to SegmentQueueLinearizabilityTest for consistencyRoman Elizarov
2019-08-23Use Array.fill extension from stdlibJake Wharton
2019-08-22Eliminate tail-call optimization in CancellableContinuationJvmTestVsevolod Tolstopyatov
2019-08-22Flow docs (#1432)Roman Elizarov
2019-08-22Optimize select expression registration phase (#1445)Roman Elizarov
2019-08-22Restore context preservation invariant in flatMapMerge (#1452)Vsevolod Tolstopyatov
2019-08-22Introduce CoroutineDispatcher.asExecutor() extension (#1457)Roman Elizarov
2019-08-22Increase to default buffer size to 64Vsevolod Tolstopyatov
2019-08-21Update constants in debounce example so it will work on slow machines with no...Vsevolod Tolstopyatov
2019-08-14Do not report already handled exception in select builderVsevolod Tolstopyatov
2019-08-09Merge branch 'master' into developVsevolod Tolstopyatov
2019-08-09Various improvements in combine implementationVsevolod Tolstopyatov
2019-08-09Introducing collectLatest terminal operatorVsevolod Tolstopyatov
2019-08-09Renaming switchMap to flatMapLatest to better reflect its semantics and to ha...Vsevolod Tolstopyatov
2019-08-09combineLatest reworkVsevolod Tolstopyatov
2019-08-09Coroutine context propagation for Reactor to coroutines API migration (#1377)SokolovaMaria
2019-08-09Allocate underlying buffer in ArrayChannel in on-demand manner (#1388)Vsevolod Tolstopyatov
2019-08-09Optimize debounce operator allocation pressure by using conflated produce. Pr...Vsevolod Tolstopyatov
2019-08-09Get rid of NonRecoverableThrowable, mention way to opt-out stacktrace… (#1420)Vsevolod Tolstopyatov
2019-08-09Properly enforce flow invariant when flow is used from "suspend fun m… (#1426)Vsevolod Tolstopyatov
2019-08-09Use 'Class.forName($name).canonicalName' instead of '$name' in stacktrace rec...Vsevolod Tolstopyatov
2019-08-09Deprecate delayFlow and delayEachRoman Elizarov
2019-08-08Properly use acquired permits in SemaphoreTuring Technologies (Wynne Plaga)
2019-08-07Improve Semaphore APIVsevolod Tolstopyatov
2019-08-05Use setTimeout-based dispatcher when process is not available on the … (#1409)Vsevolod Tolstopyatov
2019-08-05Check for cancellation in concurrent flow merge on each elementVsevolod Tolstopyatov
2019-08-05Deprecate flowWith with ERRORVsevolod Tolstopyatov
2019-08-05Flow.kt: fix typos and rephrase some expressions for better readability (#1408)Yanis Batura
2019-08-01Fix documentation of (suspend () -> T).asFlow()jbion
2019-07-30Get rid of top-level functions in Migration.kt to improve experience of users...Vsevolod Tolstopyatov
2019-07-25Properly handle scoped coroutines in JobSupport.cancelParentVsevolod Tolstopyatov
2019-07-25Use regular produce instead of flowProduce in channelFlowVsevolod Tolstopyatov
2019-07-24Use US English Spelling for BehaviorSubject.Nelson Osacky
2019-07-24Better docs on coroutines debugging propertyRoman Elizarov
2019-07-24Fixed typo in Migration.concatWith replaceWith codeRoman Elizarov
2019-07-22Tests that run from within a workerVsevolod Tolstopyatov
2019-07-22Offload startCoroutineUnintercepted to separate thread to avoid races on comp...Vsevolod Tolstopyatov