1. 69a2d92 Initialize JavaFx more accurately, do not leave dispatcher in uninitialized state in case of unexpected failure by Vsevolod Tolstopyatov · 6 years ago
  2. 15407e3 Try to reflectively use public JavaFX API before PlatormImpl fallback… (#798) by Vsevolod Tolstopyatov · 6 years ago
  3. 706e393 Dokka fixes by Vsevolod Tolstopyatov · 6 years ago
  4. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  5. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  6. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  7. cfe699f Move UI dispatcher to common Dispatchers.Main (#641) by Vsevolod Tolstopyatov · 6 years ago
  8. aa38c17 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  9. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  10. 39a2c55 Fix typo in deprecation message of JavaFx dispatcher by Jonathan Cornaz · 6 years ago
  11. 75cfc4f Version 0.26.0 by Vsevolod Tolstopyatov · 6 years ago
  12. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  13. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  14. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  15. aca2a2d Fix JavaFxTest in headless environments by Vsevolod Tolstopyatov · 6 years ago
  16. 129ec8b Revert "Provide BlockingChecker mechanism which checks current context" by Vsevolod Tolstopyatov · 6 years ago
  17. 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
  18. 14968cd BlockingChecker: Updated docs and renamed to checkRunBlocking function by Roman Elizarov · 6 years ago
  19. c75fd40 Initialize JavaFx once [tests] by Vsevolod Tolstopyatov · 6 years ago
  20. bac6bde Provide BlockingChecker mechanism which checks current context by Vsevolod Tolstopyatov · 6 years ago
  21. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  22. a9687a3 Moved guide tests to the correspondingly scoped package by Roman Elizarov · 6 years ago
  23. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  24. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  25. f742bc8 Update coroutines-guide-ui.md by Vixb · 7 years ago
  26. f9e13f5 Renamed `run` to `withContext` by Roman Elizarov · 7 years ago
  27. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  28. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago
  29. 5576686 Version 0.19.2 by Roman Elizarov · 7 years ago
  30. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  31. 2dafc49 Version 0.19 by Roman Elizarov · 7 years ago
  32. dca2a13 Fixed source links by Roman Elizarov · 7 years ago
  33. 8648717 Initial support for Maven Central upload (javadocs, metadata) by Roman Elizarov · 7 years ago
  34. 9c446c0 Skip JavaFxTest in headless environment by Roman Elizarov · 7 years ago
  35. a07ad64 Fix package-list URL for moved kotlinx-coroutines-core & docs for io by Roman Elizarov · 7 years ago
  36. db89a7c Initialized JavaFx toolkit Fixes #108 by Roman Elizarov · 7 years ago
  37. 5400ace Version 0.18 by Roman Elizarov · 7 years ago
  38. a1ff3bd Version 0.17 by Roman Elizarov · 7 years ago
  39. 584ae3d Cross-module linking via Dokka by Roman Elizarov · 7 years ago
  40. 4f69102 Prepare for development of version 0.16 by Roman Elizarov · 7 years ago
  41. 6e5f8a6 reknit (extra spaces removed) by Roman Elizarov · 7 years ago
  42. f724f6e Starting coroutine in UI event handlers without dispatch in UI guide by Roman Elizarov · 7 years ago
  43. 91d77c2 Updated version to 0.15-SNAPSHOT by Roman Elizarov · 7 years ago
  44. 60de4b3 Version 0.14 by Roman Elizarov · 7 years ago
  45. 58fd3b5 Version 0.13 by Roman Elizarov · 7 years ago
  46. bf6630f Corrections to the Guide to UI programming with coroutines (mostly typos) by Roman Elizarov · 7 years ago
  47. 23f864e Android UI context implementation and Guide to UI programming with coroutines by Roman Elizarov · 7 years ago