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