1. 6b5318d Refactor AnimationModel to use structured concurrency refinement by Kingsley Adio · 6 years ago
  2. 7db5553 Split main coroutines guide into multiple files by hadihariri · 6 years ago
  3. 55e5f3c Kotlin version 1.2.70 by Roman Elizarov · 6 years ago
  4. 82547f6 Version 0.26.1 by Vsevolod Tolstopyatov · 6 years ago
  5. 847eba7 Improve HandlerDispatcherTest, check that jobs are actually executed by Vsevolod Tolstopyatov · 6 years ago
  6. 8adbb70 Send async messages to the Android main looper by Jake Wharton · 6 years ago
  7. 256e31c Fix broken link by Alex Saveau · 6 years ago
  8. 75cfc4f Version 0.26.0 by Vsevolod Tolstopyatov · 6 years ago
  9. 82a5dfd Restore backward compatibility by Vsevolod Tolstopyatov · 6 years ago
  10. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  11. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  12. 592de52 Structured concurrency for guava, jdk8 and promise modules, proper reference to newCoroutineContext by Roman Elizarov · 6 years ago
  13. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  14. 43c0743 Rename version 0.25.2 to 0.25.3 (for technical reasons) by Roman Elizarov · 6 years ago
  15. 15f3504 Version 0.25.2 by Roman Elizarov · 6 years ago
  16. 7e827fb Android examples: Gradle Version 4.9, Android Gradle Tools version 3.3.0-alpha04 by Roman Elizarov · 6 years ago
  17. 07c5ce4 Version 0.25.0 by Roman Elizarov · 6 years ago
  18. 717bc8b Kotlin version 1.2.61 by Roman Elizarov · 6 years ago
  19. 255d495 Defined specific dependencies for android sample apps by Dmitry Borodin · 6 years ago
  20. cf5e0e5 Update Kotlin to 1.2.60, K/N to 0.81, atomicfu to 0.11.1 by Roman Elizarov · 6 years ago
  21. aca2a2d Fix JavaFxTest in headless environments by Vsevolod Tolstopyatov · 6 years ago
  22. 129ec8b Revert "Provide BlockingChecker mechanism which checks current context" by Vsevolod Tolstopyatov · 6 years ago
  23. 9964b3d Version 0.24.0 by Roman Elizarov · 6 years ago
  24. 7afb62e Use timeSource in GuideTest to increase stability of cancel tests, reknit by Roman Elizarov · 6 years ago
  25. 5557245 Access to PlatformImpl in JavaFx dispatcher, on Java 9 it's an internal module which should be explicitly exported by Vsevolod Tolstopyatov · 6 years ago
  26. c2fba3a Provide HandlerContext.immediate extension to immediately execute tasks which are invoked from the right context by Vsevolod Tolstopyatov · 6 years ago
  27. 14968cd BlockingChecker: Updated docs and renamed to checkRunBlocking function by Roman Elizarov · 6 years ago
  28. c75fd40 Initialize JavaFx once [tests] by Vsevolod Tolstopyatov · 6 years ago
  29. bac6bde Provide BlockingChecker mechanism which checks current context by Vsevolod Tolstopyatov · 6 years ago
  30. 2a63775 Use parent = contextJob instead of contextJob + UI by Marko Topolnik · 6 years ago
  31. f9408f6 Fixed placement of resource files in new project structure by Roman Elizarov · 6 years ago
  32. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  33. 0dffcfd Merge 'develop' into project-structure by Roman Elizarov · 6 years ago
  34. a9687a3 Moved guide tests to the correspondingly scoped package by Roman Elizarov · 6 years ago
  35. f4e14b9 Version 0.23.4 by Roman Elizarov · 6 years ago
  36. c1eb19f Adapt knit for new folder layout by Vsevolod Tolstopyatov · 6 years ago
  37. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  38. 5f2e94b Version 0.23.3 by Roman Elizarov · 6 years ago
  39. 606a9cb Kotlin 1.2.50 & atomicfu 0.10.3 by Roman Elizarov · 6 years ago
  40. 6dc049d Version 0.23.2 by Sergey Mashkov · 6 years ago
  41. e4e064c Version 0.23.1 by Roman Elizarov · 6 years ago
  42. 9f33574 Version 0.23.0 by Roman Elizarov · 6 years ago
  43. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  44. a735f9e updated dependencies for android sample apps by Dmitry Borodin · 6 years ago
  45. ff2d189 Version 0.22.5 by Roman Elizarov · 6 years ago
  46. 17856f5 Improved Android's onClick by mice777 · 6 years ago
  47. 2b5101a Version 0.22.4 by Roman Elizarov · 6 years ago
  48. 562c1bb Version 0.22.3 by Roman Elizarov · 6 years ago
  49. 72b8fe1 Version 0.22.2 by Roman Elizarov · 6 years ago
  50. 9af2571 Use android-support @Keep annotation to avoid removal of AndroidExceptionPreHandler by Roman Elizarov · 6 years ago
  51. 9a70bec Version 0.22.1 by Roman Elizarov · 6 years ago
  52. 9852211 Kotlin version 1.2.21 by Roman Elizarov · 6 years ago
  53. 985f56e Version 0.22 by Roman Elizarov · 7 years ago
  54. f742bc8 Update coroutines-guide-ui.md by Vixb · 7 years ago
  55. 6cdbe04 Kotlin version 1.2.20 by Roman Elizarov · 7 years ago
  56. 2fd5c84 Version 0.21.2 by Roman Elizarov · 7 years ago
  57. 20f9f3f Version 0.21.1 by Roman Elizarov · 7 years ago
  58. ae41672 Update coroutines-guide-ui.md by Vixb · 7 years ago
  59. db667eb Version 0.21 by Roman Elizarov · 7 years ago
  60. e00f0ba MPP: Dokka support via hacks (using dev version 0.9.16-eap-2-dev-1) by Roman Elizarov · 7 years ago
  61. 00e90dd MPP: Documentation (readme files) by Roman Elizarov · 7 years ago
  62. 39ed8c6 MPP: Kotlin 1.2.10 by Roman Elizarov · 7 years ago
  63. f9e13f5 Renamed `run` to `withContext` by Roman Elizarov · 7 years ago
  64. fc6e31e Version 0.20 by Roman Elizarov · 7 years ago
  65. 4d84a78 Kotlin 1.2.0 by Roman Elizarov · 7 years ago
  66. 7c507aa Fixed delay(Long.MAX_VALUE) on Android by Roman Elizarov · 7 years ago
  67. a1a37bc Normalize configs between animation-app & example-app Android projects by Roman Elizarov · 7 years ago
  68. d1f50a3 Support Android UI.awaitFrame for animation; by Roman Elizarov · 7 years ago
  69. d166eb6 Use ServiceLoader to find instances of CoroutineExceptionHandler; by Roman Elizarov · 7 years ago
  70. 185a387 Version 0.19.3 by Roman Elizarov · 7 years ago
  71. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  72. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago
  73. 5576686 Version 0.19.2 by Roman Elizarov · 7 years ago
  74. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  75. 2dafc49 Version 0.19 by Roman Elizarov · 7 years ago
  76. 7ba3ed5 Compile with Kotlin 1.1.51 by Roman Elizarov · 7 years ago
  77. dca2a13 Fixed source links by Roman Elizarov · 7 years ago
  78. 8648717 Initial support for Maven Central upload (javadocs, metadata) by Roman Elizarov · 7 years ago
  79. 9c446c0 Skip JavaFxTest in headless environment by Roman Elizarov · 7 years ago
  80. a07ad64 Fix package-list URL for moved kotlinx-coroutines-core & docs for io by Roman Elizarov · 7 years ago
  81. db89a7c Initialized JavaFx toolkit Fixes #108 by Roman Elizarov · 7 years ago
  82. 5400ace Version 0.18 by Roman Elizarov · 7 years ago
  83. e82dee7 Make sure that Job, Channel, etc links in the docs point to the classes by Roman Elizarov · 7 years ago
  84. 71334c3 Require Kotlin 1.1.4 or later by Roman Elizarov · 7 years ago
  85. a1ff3bd Version 0.17 by Roman Elizarov · 7 years ago
  86. 256812a Use CompletableDeferred in the guide section on coroutines; by Roman Elizarov · 7 years ago
  87. 3f15673 Kotlin version 1.1.3-2 by Roman Elizarov · 7 years ago
  88. 4518104 Additional checks to ensure that there are no leaking threads after tests by Roman Elizarov · 7 years ago
  89. 584ae3d Cross-module linking via Dokka by Roman Elizarov · 7 years ago
  90. e7e2ad1 Simplified references to documentation from markdown files by Roman Elizarov · 7 years ago
  91. 314945a Link from readmes to readmes for ease of docs navigation by Roman Elizarov · 7 years ago
  92. 4f69102 Prepare for development of version 0.16 by Roman Elizarov · 7 years ago
  93. 8a07e5a Version 0.15 by Roman Elizarov · 7 years ago
  94. 6e5f8a6 reknit (extra spaces removed) by Roman Elizarov · 7 years ago
  95. ab7f8bd Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  96. f61f3ac Fix wrong word by Louis CAD · 7 years ago
  97. 30dd5c1 equals/hashCode for wrapper CoroutineDispatcher impls by Roman Elizarov · 7 years ago
  98. f724f6e Starting coroutine in UI event handlers without dispatch in UI guide by Roman Elizarov · 7 years ago
  99. 91d77c2 Updated version to 0.15-SNAPSHOT by Roman Elizarov · 7 years ago
  100. 60de4b3 Version 0.14 by Roman Elizarov · 7 years ago