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 core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/DefaultExecutor.kt]
  3. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago
  4. 9483301 Actually fixed startup/shutdown of DefaultExecutor for tests to prevent by Roman Elizarov · 7 years ago
  5. e8986b8 Fixed startup/shutdown of DefaultExecutor for tests to prevent thread leak by Roman Elizarov · 7 years ago
  6. 5d94a26 EventLoop and runBlocking performance is improved; by Roman Elizarov · 7 years ago
  7. 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]
  8. 35d2c34 Default scheduler for delay is rewritten with support for virtual time by Roman Elizarov · 7 years ago
  9. 1a016bd More orderly shutdown of executors in tests by Roman Elizarov · 7 years ago
  10. 92b0485 Renamed ScheduledExecutor to DefaultExecutor; by Roman Elizarov · 7 years ago