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[Renamed from ui/kotlinx-coroutines-javafx/src/main/kotlin/kotlinx/coroutines/experimental/javafx/JavaFx.kt]
  3. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  4. 9c446c0 Skip JavaFxTest in headless environment by Roman Elizarov · 7 years ago
  5. db89a7c Initialized JavaFx toolkit Fixes #108 by Roman Elizarov · 7 years ago
  6. 23f864e Android UI context implementation and Guide to UI programming with coroutines by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-javafx/src/main/kotlin/kotlinx/coroutines/experimental/javafx/JavaFx.kt]
  7. daa1d9d Various refactorings related to resource management and timeouts by Roman Elizarov · 7 years ago
  8. e780347 Job.onCompletion is renamed to Job.invokeOnCompletion for consistency by Roman Elizarov · 8 years ago
  9. a198bad Delay implementation in Swing, JavaFx, and scheduled executors is fixed to avoid an extra dispatch by Roman Elizarov · 8 years ago
  10. f16fd27 Copyright and license notice by Roman Elizarov · 8 years ago
  11. ea4a51b Updated to kotlin version 1.1.0-rc by Roman Elizarov · 8 years ago
  12. 7cf452e Dispatchers default behaviour is changed to schedule new coroutine for execution later. by Roman Elizarov · 8 years ago
  13. 67891d8 Added context parameter to CoroutineDispatcher methods, implemented Executor.toCoroutineDispatcher by Roman Elizarov · 8 years ago
  14. d528e3e EventLoop is integrated as runBlocking default and is used for tests, coroutine builders provide CoroutineScope with context by Roman Elizarov · 8 years ago
  15. 3754f95 New implementation for 1.1-Beta by Roman Elizarov · 8 years ago