1. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from common/kotlinx-coroutines-core-common/src/main/kotlin/kotlinx/coroutines/experimental/NonCancellable.kt]
  2. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago[Renamed (72%) from core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/NonCancellable.kt]
  3. a12ee15 MPP: Delay, EventLoop & runBlocking moved to common code by Roman Elizarov · 7 years ago
  4. e1c0b65 MPP: Job/launch and related basic interface are extracted; JS basic impl by Roman Elizarov · 7 years ago
  5. f9e13f5 Renamed `run` to `withContext` by Roman Elizarov · 7 years ago
  6. 3e387b8 Job.children property is introduced; by Roman Elizarov · 7 years ago
  7. 447b88a Job.attachChild is deprecated as error-prone API; by Roman Elizarov · 7 years ago
  8. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  9. db0e22d Select expression is modularized. by Roman Elizarov · 7 years ago
  10. 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/NonCancellable.kt]
  11. 29affbb Streamlined Job APIs that support cancelling state: by Roman Elizarov · 7 years ago
  12. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  13. daa1d9d Various refactorings related to resource management and timeouts by Roman Elizarov · 7 years ago
  14. d84dbc2 Jon.onJoin select clause is implemented, lazy onAwait/onJoin & dispatch fixed by Roman Elizarov · 7 years ago
  15. e780347 Job.onCompletion is renamed to Job.invokeOnCompletion for consistency by Roman Elizarov · 8 years ago
  16. 32d9532 `defer` coroutine builder is renamed to `async`. by Roman Elizarov · 8 years ago
  17. b7c46de Exception transparency in job.cancel (original cause is rethrown) by Roman Elizarov · 8 years ago
  18. f16fd27 Copyright and license notice by Roman Elizarov · 8 years ago
  19. f6fed2a Support failed channels (closed for cause), buildChannel coroutine builder by Roman Elizarov · 8 years ago
  20. ea4a51b Updated to kotlin version 1.1.0-rc by Roman Elizarov · 8 years ago
  21. 01934df NonCancellable context by Roman Elizarov · 8 years ago