1. 7e23875 Fixed race between creation of a child & cancellation of parent job by Roman Elizarov · 6 years ago
  2. ecbc85c Fix exception aggregation to ensure atomic handling of exceptions by Roman Elizarov · 6 years ago
  3. ede2923 Fixed race in a new Job with listeners between start & cancel by Roman Elizarov · 6 years ago
  4. fa9586b Fixed sporadic test crashes related to withTimeout and children by Roman Elizarov · 6 years ago
  5. 67912f9 Revert "Removed legacy onFinishing handler support from JobSupport" by Roman Elizarov · 6 years ago
  6. b209e9b Removed legacy onFinishing handler support from JobSupport by Roman Elizarov · 6 years ago
  7. 79414ec Structured concurrency implementation: by Vsevolod Tolstopyatov · 6 years ago
  8. c430e07 Invoke handler using invokeIt to avoid JS bugs by Vsevolod Tolstopyatov · 6 years ago
  9. 4e33cc6 Custom synchronized stub in common code for JVM/JS/Native by Roman Elizarov · 6 years ago
  10. 7587eba Introduce ThreadContextElement API to integrate with thread-local sensitive code by Roman Elizarov · 6 years ago
  11. 4df1d61 Merge branch 'develop' into job-exceptions by Roman Elizarov · 6 years ago
  12. c758169 Handle job exception via PerformOp by Vsevolod Tolstopyatov · 6 years ago
  13. 79aef6b Moved internalAnnotations to "plain" internal package and placed into proper folder by Roman Elizarov · 6 years ago
  14. 563da40 Stylistic updates to exception handling rework by Roman Elizarov · 6 years ago
  15. 91ecee8 Exception handling update: by Vsevolod Tolstopyatov · 6 years ago
  16. c9afb67 Optimize exceptions list in JobSupport, invoke onJobException in active -> cancelled path, update documentation by Vsevolod Tolstopyatov · 6 years ago
  17. 06f57aa JobSupport cancellation rework: by Vsevolod Tolstopyatov · 6 years ago
  18. 3bda22c JobSupport stylistic improvements: by Vsevolod Tolstopyatov · 6 years ago
  19. 6d24aab Materialize an exception for Job onCancelling handlers by Vsevolod Tolstopyatov · 6 years ago
  20. 222f3f2 Removed suspendCoroutineOrReturn use in preparation for Kotlin 1.3 by Roman Elizarov · 6 years ago
  21. b10287e Change order of handlers in JobSupport and CancellableContinuation by Vsevolod Tolstopyatov · 6 years ago
  22. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  23. 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/JobSupport.kt]
  24. dbd9e1c Consistent naming of handler base classes and their concrete impls by Roman Elizarov · 6 years ago
  25. 6d9f40f Merge develop into decouple-job by Roman Elizarov · 6 years ago
  26. f6430f4 Cleanup: by Vsevolod Tolstopyatov · 6 years ago
  27. f3a5013 Decouple AbstractContinuation and CancellableContinuation from Job interface by Vsevolod Tolstopyatov · 6 years ago
  28. d521478 Separate Job (interface) and JobSupport (implementation). No other changes except making JobImpl internal (not private) by Vsevolod Tolstopyatov · 6 years ago