1. 65e6c8c Make examples runnable by Prendota · 6 years ago
  2. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  3. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago
  4. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  5. 79414ec Structured concurrency implementation: by Vsevolod Tolstopyatov · 6 years ago
  6. 7afb62e Use timeSource in GuideTest to increase stability of cancel tests, reknit by Roman Elizarov · 6 years ago
  7. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  8. a9687a3 Moved guide tests to the correspondingly scoped package by Roman Elizarov · 6 years ago
  9. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from core/kotlinx-coroutines-core/src/test/kotlin/guide/example-cancel-02.kt]
  10. 9669578 Reknit examples (don't optimize imports) by Roman Elizarov · 7 years ago
  11. 66f018c Documentation for DefaultDispatcher in the guide by Roman Elizarov · 7 years ago
  12. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  13. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-core/src/test/kotlin/guide/example-cancel-02.kt]
  14. 24cd654 Further improvements to testGuideCancelExample02/03 for stability by Roman Elizarov · 7 years ago
  15. 35d2c34 Default scheduler for delay is rewritten with support for virtual time by Roman Elizarov · 7 years ago
  16. 731f0ad Generated unit test for all examples in the guide by Roman Elizarov · 7 years ago
  17. f16fd27 Copyright and license notice by Roman Elizarov · 7 years ago
  18. fa7723e Knit tool updates TOC, example files from guide are renamed by section by Roman Elizarov · 7 years ago[Renamed (95%) from kotlinx-coroutines-core/src/test/kotlin/guide/example-22.kt]
  19. b3d55a5 Knit tool for guide examples by Roman Elizarov · 7 years ago[Renamed (74%) from kotlinx-coroutines-core/src/test/kotlin/examples/example-22.kt]
  20. 1293ccd Coroutine guide: more on cancellation and "Composing suspending functions" section by Roman Elizarov · 7 years ago[Renamed (88%) from kotlinx-coroutines-core/src/test/kotlin/examples/example-08.kt]
  21. 7deefb8 Guide on coroutines expanded (cancellation is covered) and linked from README page by Roman Elizarov · 8 years ago