1. e90cdb0 Execute EventLoop#invokeOnTimeout in DefaultDispatcher to allow busy-wait loops by Vsevolod Tolstopyatov · 6 years ago
  2. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  3. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/DefaultExecutor.kt]
  4. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago
  5. 9483301 Actually fixed startup/shutdown of DefaultExecutor for tests to prevent by Roman Elizarov · 7 years ago
  6. e8986b8 Fixed startup/shutdown of DefaultExecutor for tests to prevent thread leak by Roman Elizarov · 7 years ago
  7. 5d94a26 EventLoop and runBlocking performance is improved; by Roman Elizarov · 7 years ago
  8. 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/DefaultExecutor.kt]
  9. 35d2c34 Default scheduler for delay is rewritten with support for virtual time by Roman Elizarov · 7 years ago
  10. 1a016bd More orderly shutdown of executors in tests by Roman Elizarov · 7 years ago
  11. 92b0485 Renamed ScheduledExecutor to DefaultExecutor; by Roman Elizarov · 7 years ago