1. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  2. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  3. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  4. c7d10a4 Fix references to `coroutineContext` is the docs of all the builders by Roman Elizarov · 7 years ago
  5. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 7 years ago
  6. b8ed47c Implementation of awaitFirstOrDefault and awaitFirstOrNull. by Konrad Kamiński · 7 years ago
  7. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 7 years ago
  8. 6640b2b Public API for AbstractCoroutine by Roman Elizarov · 7 years ago
  9. e00f0ba MPP: Dokka support via hacks (using dev version 0.9.16-eap-2-dev-1) by Roman Elizarov · 7 years ago
  10. f9e13f5 Renamed `run` to `withContext` by Roman Elizarov · 7 years ago
  11. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  12. e19ee04 Add DefaultDispatcher on some reactive operators by Francesco Vasco · 7 years ago
  13. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  14. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago
  15. 5576686 Version 0.19.2 by Roman Elizarov · 7 years ago
  16. f692d50 Updated reactor docs by Roman Elizarov · 7 years ago
  17. 8348b8c Fixed Reactor docs (Scheduler.asCoroutineDispatcher) by Roman Elizarov · 7 years ago
  18. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  19. ac8b6da Update Reactor support to leverage Bismuth release train by Sebastien Deleuze · 7 years ago
  20. 2dafc49 Version 0.19 by Roman Elizarov · 7 years ago
  21. dca2a13 Fixed source links by Roman Elizarov · 7 years ago
  22. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  23. 8648717 Initial support for Maven Central upload (javadocs, metadata) by Roman Elizarov · 7 years ago
  24. a07ad64 Fix package-list URL for moved kotlinx-coroutines-core & docs for io by Roman Elizarov · 7 years ago
  25. 5400ace Version 0.18 by Roman Elizarov · 7 years ago
  26. 265ae44 Fixed MonoTest after Project Reactor version update by Roman Elizarov · 7 years ago
  27. d0597e7 Replace deprecated setCancellation with onDipose for Project Reactor by Liming.Shi · 7 years ago
  28. 466bfa2 Switch to Project Reactor Aluminium-SR3 release by Roman Elizarov · 7 years ago
  29. a1ff3bd Version 0.17 by Roman Elizarov · 7 years ago
  30. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  31. 4518104 Additional checks to ensure that there are no leaking threads after tests by Roman Elizarov · 7 years ago
  32. 2b12d58 Refactoring: AbstractCoroutine is extended only by true coroutine impls; by Roman Elizarov · 7 years ago
  33. 584ae3d Cross-module linking via Dokka by Roman Elizarov · 7 years ago
  34. e7e2ad1 Simplified references to documentation from markdown files by Roman Elizarov · 7 years ago
  35. 83c1e82 Reknit links in readme by Roman Elizarov · 7 years ago
  36. 4f69102 Prepare for development of version 0.16 by Roman Elizarov · 7 years ago
  37. 30dd5c1 equals/hashCode for wrapper CoroutineDispatcher impls by Roman Elizarov · 7 years ago
  38. 523516a Few minor docs & build fixes for reactor support by Roman Elizarov · 7 years ago
  39. 3ae898c Add support for Reactor. by Konrad Kamiński · 7 years ago