1. 052c9c9 update: rename basics.md to coroutines-basics.md (#2538) by koshachy · 3 years, 4 months ago
  2. 20ca97a Added docs on withTimeout asynchrony and its use with resources (#2252) by Roman Elizarov · 3 years, 9 months ago
  3. b97ebfc Update Flow.sample KDoc example timings, add tests (#2259) by Roman Elizarov · 3 years, 9 months ago
  4. 5705372 Increase timeout in the example to make sure it fails with threads (#2141) by Roman Elizarov · 4 years ago
  5. 64571aa Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years ago
  6. ccdc563 Rename 'foo' function to 'simple' in flow docs (#2078) by Roman Elizarov · 4 years ago
  7. 3744f8e Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years ago
  8. f4fb204 Fix typos in docs (#2098) by Yanis Batura · 4 years ago
  9. 634b907 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 4 years ago
  10. ad542c4 Minor improvements of debugging experience (#2093) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  11. 9bbb669 Improve the docs and guide on flow cancellation (#2043) by Roman Elizarov · 4 years, 1 month ago
  12. 1bd4349 Fixed val counter AtomicInteger in shared state example (#2063) by Roman Elizarov · 4 years, 1 month ago
  13. 171fcc1 Fix typos in comments to ticker channels (#1987) by Vadim Semenov · 4 years, 2 months ago
  14. eb4e7d3 Breaking change: Experimental Flow.onCompletion contract for cause (#1732) by Roman Elizarov · 4 years, 2 months ago
  15. 94970df Improve docs for CoroutineExceptionHandler (#1886) by Roman Elizarov · 4 years, 2 months ago
  16. df8316f Update CoroutineScope docs (#1882) by Roman Elizarov · 4 years, 3 months ago
  17. d7de5f5 Merge pull request #1846 from Kotlin/version-1.3.4 by Vsevolod Tolstopyatov · 4 years, 4 months ago
  18. 660c2d7 Use a separate Knit tool (#1486) by Roman Elizarov · 4 years, 5 months ago
  19. 387d1dd Improve test style by Dmitry Khalanskiy · 4 years, 5 months ago
  20. 9be85a4 Replace "for" with "repeat" by Tatsuya Fujisaki · 4 years, 6 months ago
  21. bb714c5 Proofread of flow.md by Watson by David.Watson · 4 years, 10 months ago
  22. a730f25 Ensure that all guide 'main' functions return Unit by Roman Elizarov · 4 years, 10 months ago
  23. e95d808 Reknit after update of shared-mutable-state-and-concurrency.md by Roman Elizarov · 4 years, 10 months ago
  24. 3258e1f Flow docs (#1432) by Roman Elizarov · 4 years, 11 months ago
  25. db0ef0c Update copyright year to 2019 in all the knit-generated files by Roman Elizarov · 5 years ago
  26. 96a5c8e Optimize virtual time source so that DefaultTimeSource is not needed by Roman Elizarov · 5 years ago
  27. d94652f Update "Shared mutable state and concurrency" guide with best practices by Roman Elizarov · 5 years ago
  28. 563b7e5 Fix more typos; reword some phrases; add "job:" to textual output in … (#1154) by Yanis Batura · 5 years ago
  29. 69c26df Add a period in the "You can get full code here" blocks and other small fixes by Inego · 5 years ago
  30. 564a5a6 Change more "create new" to "create a" by Inego · 5 years ago
  31. ebe519a Fix "note that" comma everywhere by Inego · 5 years ago
  32. d57bfa2 Flow preview implementation by Vsevolod Tolstopyatov · 5 years ago
  33. 0355b2c Add ThreadLocal.isPresent and ThreadLocal.ensurePresent methods (#1043) by Vsevolod Tolstopyatov · 5 years ago
  34. b367fae Update cancellation guide: get rid of explicit Job in general code, promote usage of coroutine scope get rid of counter-intuitive lateinit and getters in coroutine context by Vsevolod Tolstopyatov · 5 years ago
  35. 2bdd460 CoroutinesTimeout debug rule for JUnit 4 (#991) by Vsevolod Tolstopyatov · 5 years ago
  36. 3785348 Reknit after fixing indentation in code samples by Roman Elizarov · 5 years ago
  37. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 5 years ago