1. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago
  2. 26f4b9e Add extension to ExecutorService to return closeable CoroutineDispatcher by Marko Devcic · 6 years ago
  3. d9ae2bc No Job in newSingleThreadContext and newFixedThreadPoolContext anymore by Roman Elizarov · 7 years ago
  4. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/Executors.kt]
  5. 35d2c34 Default scheduler for delay is rewritten with support for virtual time by Roman Elizarov · 7 years ago
  6. 92b0485 Renamed ScheduledExecutor to DefaultExecutor; by Roman Elizarov · 7 years ago
  7. f04f51d Refactored ThreadPoolDispatcher to reuse code of ExecutorCoroutineDispatcher by Roman Elizarov · 7 years ago
  8. 30dd5c1 equals/hashCode for wrapper CoroutineDispatcher impls by Roman Elizarov · 7 years ago
  9. 38b5ea1 Executor.toCoroutineDispatcher is renamed to asCoroutineDispatcher by Roman Elizarov · 7 years ago
  10. daa1d9d Various refactorings related to resource management and timeouts by Roman Elizarov · 7 years ago
  11. a198bad Delay implementation in Swing, JavaFx, and scheduled executors is fixed to avoid an extra dispatch by Roman Elizarov · 7 years ago
  12. f16fd27 Copyright and license notice by Roman Elizarov · 7 years ago
  13. ea4a51b Updated to kotlin version 1.1.0-rc by Roman Elizarov · 8 years ago
  14. 7cf452e Dispatchers default behaviour is changed to schedule new coroutine for execution later. by Roman Elizarov · 8 years ago
  15. 67891d8 Added context parameter to CoroutineDispatcher methods, implemented Executor.toCoroutineDispatcher by Roman Elizarov · 8 years ago