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