1. e16eb9d Update experimental declarations (#2316) by Vsevolod Tolstopyatov · 4 years ago
  2. 20341f2 Cancel current Job on RejectedExecutionException (#2012) by Roman Elizarov · 4 years ago
  3. 964cd92 Transition to the Gradle kts by Victor Turansky · 4 years, 5 months ago
  4. b7d6518 Consistent toString for MainCoroutineDispatcher implementations (#2131) by Roman Elizarov · 4 years, 2 months ago
  5. e47cb35 Add project JDK convention (#1984) by Victor Turansky · 4 years, 5 months ago
  6. a8f4b64 Common java version method (#1965) by Victor Turansky · 4 years, 5 months ago
  7. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  8. 12e96cd Implement ObservableValue<T>.asFlow() (#1789) by dkhalanskyjb · 4 years, 7 months ago
  9. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 7 months ago
  10. 1ac3dc2 Build project using JDK 11 (#1733) by Roman Elizarov · 4 years, 7 months ago
  11. 660c2d7 Use a separate Knit tool (#1486) by Roman Elizarov · 4 years, 7 months ago
  12. e153863 Integration with binary-compatibility-validator plugin (#1790) by Vsevolod Tolstopyatov · 4 years, 8 months ago
  13. 3ab34d8 Support yield in immediate dispatchers by Roman Elizarov · 4 years, 10 months ago
  14. db0ef0c Update copyright year to 2019 in all the knit-generated files by Roman Elizarov · 5 years ago
  15. 4327b21 Introduce test module with testable main dispatcher (#749) by Vsevolod Tolstopyatov · 6 years ago
  16. 69a2d92 Initialize JavaFx more accurately, do not leave dispatcher in uninitialized state in case of unexpected failure by Vsevolod Tolstopyatov · 6 years ago
  17. 15407e3 Try to reflectively use public JavaFX API before PlatormImpl fallback… (#798) by Vsevolod Tolstopyatov · 6 years ago
  18. 706e393 Dokka fixes by Vsevolod Tolstopyatov · 6 years ago
  19. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  20. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  21. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  22. cfe699f Move UI dispatcher to common Dispatchers.Main (#641) by Vsevolod Tolstopyatov · 6 years ago
  23. aa38c17 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  24. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  25. 39a2c55 Fix typo in deprecation message of JavaFx dispatcher by Jonathan Cornaz · 6 years ago
  26. 75cfc4f Version 0.26.0 by Vsevolod Tolstopyatov · 6 years ago
  27. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  28. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  29. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  30. aca2a2d Fix JavaFxTest in headless environments by Vsevolod Tolstopyatov · 6 years ago
  31. 129ec8b Revert "Provide BlockingChecker mechanism which checks current context" by Vsevolod Tolstopyatov · 6 years ago
  32. 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
  33. 14968cd BlockingChecker: Updated docs and renamed to checkRunBlocking function by Roman Elizarov · 6 years ago
  34. c75fd40 Initialize JavaFx once [tests] by Vsevolod Tolstopyatov · 6 years ago
  35. bac6bde Provide BlockingChecker mechanism which checks current context by Vsevolod Tolstopyatov · 6 years ago
  36. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  37. a9687a3 Moved guide tests to the correspondingly scoped package by Roman Elizarov · 6 years ago
  38. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  39. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  40. f742bc8 Update coroutines-guide-ui.md by Vixb · 7 years ago
  41. f9e13f5 Renamed `run` to `withContext` by Roman Elizarov · 7 years ago
  42. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  43. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago
  44. 5576686 Version 0.19.2 by Roman Elizarov · 7 years ago
  45. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  46. 2dafc49 Version 0.19 by Roman Elizarov · 7 years ago
  47. dca2a13 Fixed source links by Roman Elizarov · 7 years ago
  48. 8648717 Initial support for Maven Central upload (javadocs, metadata) by Roman Elizarov · 7 years ago
  49. 9c446c0 Skip JavaFxTest in headless environment by Roman Elizarov · 7 years ago
  50. a07ad64 Fix package-list URL for moved kotlinx-coroutines-core & docs for io by Roman Elizarov · 7 years ago
  51. db89a7c Initialized JavaFx toolkit Fixes #108 by Roman Elizarov · 7 years ago
  52. 5400ace Version 0.18 by Roman Elizarov · 7 years ago
  53. a1ff3bd Version 0.17 by Roman Elizarov · 7 years ago
  54. 584ae3d Cross-module linking via Dokka by Roman Elizarov · 7 years ago
  55. 4f69102 Prepare for development of version 0.16 by Roman Elizarov · 7 years ago
  56. 6e5f8a6 reknit (extra spaces removed) by Roman Elizarov · 7 years ago
  57. f724f6e Starting coroutine in UI event handlers without dispatch in UI guide by Roman Elizarov · 7 years ago
  58. 91d77c2 Updated version to 0.15-SNAPSHOT by Roman Elizarov · 7 years ago
  59. 60de4b3 Version 0.14 by Roman Elizarov · 8 years ago
  60. 58fd3b5 Version 0.13 by Roman Elizarov · 8 years ago
  61. bf6630f Corrections to the Guide to UI programming with coroutines (mostly typos) by Roman Elizarov · 8 years ago
  62. 23f864e Android UI context implementation and Guide to UI programming with coroutines by Roman Elizarov · 8 years ago