aboutsummaryrefslogtreecommitdiff
path: root/kotlinx-coroutines-core/README.md
AgeCommit message (Expand)Author
2020-11-30Update Knit to 0.2.3 (#2415)Vsevolod Tolstopyatov
2019-07-18Channel.receiveOrNull becomes extension, internal receiveOrClosed addedVsevolod Tolstopyatov
2019-05-31Documentation improvements (#1229)Vsevolod Tolstopyatov
2019-04-09Package documentation for flowRoman Elizarov
2019-01-28Migration to new multiplatorm plugin (#947)Vsevolod Tolstopyatov
2017-08-29Move kotlinx-coroutines-core to core subdirectoryRoman Elizarov
2017-08-18Make sure that Job, Channel, etc links in the docs point to the classesRoman Elizarov
2017-07-22Use CompletableDeferred in the guide section on coroutines;Roman Elizarov
2017-06-09A section on additional context elementsRoman Elizarov
2017-06-09Basic CoroutineExceptionHandler implementation.Konrad KamiƄski
2017-05-17Simplified references to documentation from markdown filesRoman Elizarov
2017-04-19Implemented withTimeoutOrNull functionRoman Elizarov
2017-04-19Select expression onTimeout clauseRoman Elizarov
2017-03-09Executor.toCoroutineDispatcher is renamed to asCoroutineDispatcherRoman Elizarov
2017-03-01Fixed knitted links to functionsRoman Elizarov
2017-02-28Implemented "onLock" clause for Mutex.lock and added optional "owner" paramet...Roman Elizarov
2017-02-27Introduced "actor" coroutine builderRoman Elizarov
2017-02-22Generated unit test for all examples in the guideRoman Elizarov
2017-02-22top-level readme links fixed to produce & coRoman Elizarov
2017-02-22Jon.onJoin select clause is implemented, lazy onAwait/onJoin & dispatch fixedRoman Elizarov
2017-02-22Mutex is moved to sync subpackageRoman Elizarov
2017-02-22Guide to selectRoman Elizarov
2017-02-15Better docs at top level with categorized summary of classes and functionsRoman Elizarov
2017-02-14Mutex addedRoman Elizarov
2017-02-13buildChannel is renamed to produceRoman Elizarov
2017-02-09`defer` coroutine builder is renamed to `async`.Roman Elizarov
2017-02-07Per-module readme filesRoman Elizarov