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/test/kotlin/kotlinx/coroutines/experimental/JobStressTest.kt]
  2. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago[Renamed (95%) from core/kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/JobTest.kt]
  3. 9d5abcd MPP: Common withContext + more tests by Roman Elizarov · 7 years ago
  4. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  5. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/JobTest.kt]
  6. 2113d1c Fix error that fail to dispose handler when job is in SINGLE/SINGLE+ state by uchuhimo · 7 years ago
  7. 7adb876 Cleaned up deprecations and unused parameters by Roman Elizarov · 7 years ago
  8. ebe18b4 Stress-testing infrastructure by Roman Elizarov · 7 years ago
  9. e780347 Job.onCompletion is renamed to Job.invokeOnCompletion for consistency by Roman Elizarov · 8 years ago
  10. 32d9532 `defer` coroutine builder is renamed to `async`. by Roman Elizarov · 8 years ago
  11. f16fd27 Copyright and license notice by Roman Elizarov · 8 years ago
  12. 58a7add Fixed initialization of Job with parent (initParentJob), fixed handling on uncaught exceptions in standalone coroutines by Roman Elizarov · 8 years ago
  13. dbcd841 try -> Try, lifetime -> job by Roman Elizarov · 8 years ago
  14. 3754f95 New implementation for 1.1-Beta by Roman Elizarov · 8 years ago