1. 32d9532 `defer` coroutine builder is renamed to `async`. by Roman Elizarov · 7 years ago
  2. f16fd27 Copyright and license notice by Roman Elizarov · 7 years ago
  3. ea4a51b Updated to kotlin version 1.1.0-rc by Roman Elizarov · 8 years ago
  4. 7cf452e Dispatchers default behaviour is changed to schedule new coroutine for execution later. by Roman Elizarov · 8 years ago
  5. a4becc9 Guard LockSupport.unpark with Thread.currentThread() checks for better performance by Roman Elizarov · 8 years ago
  6. 67891d8 Added context parameter to CoroutineDispatcher methods, implemented Executor.toCoroutineDispatcher by Roman Elizarov · 8 years ago
  7. d528e3e EventLoop is integrated as runBlocking default and is used for tests, coroutine builders provide CoroutineScope with context by Roman Elizarov · 8 years ago
  8. 53a0a40 EventLoop work in progress by Roman Elizarov · 8 years ago