1. 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/EventLoop.kt]
  2. 6d9f40f Merge develop into decouple-job by Roman Elizarov · 6 years ago
  3. b4c7b40 Use disposeOnCompletion to remove cancelled delays by Roman Elizarov · 6 years ago
  4. cd00643 Delay bug fixes: by Vsevolod Tolstopyatov · 6 years ago
  5. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago
  6. 9483301 Actually fixed startup/shutdown of DefaultExecutor for tests to prevent by Roman Elizarov · 7 years ago
  7. 5d94a26 EventLoop and runBlocking performance is improved; by Roman Elizarov · 7 years ago
  8. bddb1d7 MPP: Remove runBlocking & EventLoop from common module by Roman Elizarov · 7 years ago
  9. a12ee15 MPP: Delay, EventLoop & runBlocking moved to common code by Roman Elizarov · 7 years ago
  10. 0d35c85 Fixed quite a race in runBlocking that resulted in AssertionError by Roman Elizarov · 7 years ago
  11. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  12. 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/EventLoop.kt]
  13. e2ceda8 EventLoop pseudo-constructor is replaced with top-level fun by Roman Elizarov · 7 years ago
  14. 35d2c34 Default scheduler for delay is rewritten with support for virtual time by Roman Elizarov · 7 years ago
  15. 92b0485 Renamed ScheduledExecutor to DefaultExecutor; by Roman Elizarov · 7 years ago
  16. a047a11 EventLoop scheduled tasks impl is rewritten by Roman Elizarov · 7 years ago
  17. 769d482 Bug fixed on waitTimeoutOrNull (was flaky testOuterTimeoutTest) by Roman Elizarov · 7 years ago
  18. dc9fd1c Nicer toString implementations for CommonPool & Unconfined dispatchers by Roman Elizarov · 7 years ago
  19. 4518e05 EventLoop implements Delay by Roman Elizarov · 7 years ago
  20. 32d9532 `defer` coroutine builder is renamed to `async`. by Roman Elizarov · 8 years ago
  21. f16fd27 Copyright and license notice by Roman Elizarov · 8 years ago
  22. ea4a51b Updated to kotlin version 1.1.0-rc by Roman Elizarov · 8 years ago
  23. 7cf452e Dispatchers default behaviour is changed to schedule new coroutine for execution later. by Roman Elizarov · 8 years ago
  24. a4becc9 Guard LockSupport.unpark with Thread.currentThread() checks for better performance by Roman Elizarov · 8 years ago
  25. 67891d8 Added context parameter to CoroutineDispatcher methods, implemented Executor.toCoroutineDispatcher by Roman Elizarov · 8 years ago
  26. d528e3e EventLoop is integrated as runBlocking default and is used for tests, coroutine builders provide CoroutineScope with context by Roman Elizarov · 8 years ago
  27. 53a0a40 EventLoop work in progress by Roman Elizarov · 8 years ago