1. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  2. 0f94304 Fix lost exception from dispatched withContext on cancelled job by Roman Elizarov · 6 years ago
  3. 838b052 Check cancellation when starting unconfined coroutine by Vsevolod Tolstopyatov · 6 years ago
  4. 45c0be9 Fixed tests after integration of async & supervisor branches by Roman Elizarov · 6 years ago
  5. 88e72f9 Exception unwrapping logic rework, do not unwrap cancellation exception if parent can handle exceptions by Vsevolod Tolstopyatov · 6 years ago
  6. 4fc0a11 Add test which indicates problem with supervision by Vsevolod Tolstopyatov · 6 years ago
  7. 3e0ca9b Change contract of supervisorScope to align it with coroutineScope by Vsevolod Tolstopyatov · 6 years ago
  8. 21f171c Introduce SupervisorJob & supervisorScope by Roman Elizarov · 6 years ago
  9. 52bfdab async and async-like builders cancel parent on failure by Roman Elizarov · 6 years ago
  10. 0a656ff Fixed CoroutineScope of withContext block for structured concurrency by Roman Elizarov · 6 years ago
  11. 25b4388 Merge pull request #588 from Kotlin/handle-exception-fix by Vsevolod Tolstopyatov · 6 years ago
  12. 541a9b6 Job unwraps all instances of CancellationException by Roman Elizarov · 6 years ago
  13. 5c44afb Implicitly add Job in CoroutineScope constructor if it is missing by Roman Elizarov · 6 years ago
  14. 1e0a2f0 Merge branch 'develop' into handle-exception-fix by Roman Elizarov · 6 years ago
  15. 149ba48 Following internal API is removed from public declarations: by Vsevolod Tolstopyatov · 6 years ago
  16. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago
  17. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  18. 6685fd0 Abolish distinction between cancelled and failed Job/Deferred by Roman Elizarov · 6 years ago
  19. f7a6334 Child fails on parent failure (not cancelled) by Roman Elizarov · 6 years ago
  20. ecbc85c Fix exception aggregation to ensure atomic handling of exceptions by Roman Elizarov · 6 years ago
  21. 3de2be4 Fixed CoroutineScope.plus operator by Andrew Mikhaylov · 6 years ago
  22. 44d28cd Make WithTimeoutOrNullTest.testInnerTimeout less likely to fail under load by Roman Elizarov · 6 years ago
  23. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  24. 687e482 Decreased number of ops on BasicOperationsTest.testSimpleSendReceive by Roman Elizarov · 6 years ago
  25. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  26. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  27. 79414ec Structured concurrency implementation: by Vsevolod Tolstopyatov · 6 years ago
  28. 7587eba Introduce ThreadContextElement API to integrate with thread-local sensitive code by Roman Elizarov · 6 years ago
  29. 4df1d61 Merge branch 'develop' into job-exceptions by Roman Elizarov · 6 years ago
  30. 988eb26 Implement withTimeoutOrNull via withTimeout to avoid timing bugs and races. by Vsevolod Tolstopyatov · 6 years ago
  31. e0cf38f Get rid of unnecessary println in tests by Vsevolod Tolstopyatov · 6 years ago
  32. b4a9cd3 Decrease SendReceiveStressTest constant for JS on Windows by Vsevolod Tolstopyatov · 6 years ago
  33. 8a01815 More stable testUnbiasedNegativeTimeout by Roman Elizarov · 6 years ago
  34. 06f57aa JobSupport cancellation rework: by Vsevolod Tolstopyatov · 6 years ago
  35. 7f2ed2f Report exception on cancellation in AbstractContinuation, do not swallow exceptions on cancellation in rx1 by Vsevolod Tolstopyatov · 6 years ago
  36. 08bda30 Ignore resume on cancelled continuation by Roman Elizarov · 6 years ago
  37. 4ddfc91 Kotlin/Native support by Vsevolod Tolstopyatov · 6 years ago
  38. 5f73827 Get rid of compiler bugs workarounds by Vsevolod Tolstopyatov · 6 years ago
  39. 6d24aab Materialize an exception for Job onCancelling handlers by Vsevolod Tolstopyatov · 6 years ago
  40. 732474f Implement SendChannel#invokeOnClose by Vsevolod Tolstopyatov · 6 years ago
  41. ea651aa Channels concurrency improvement: by Vsevolod Tolstopyatov · 6 years ago
  42. 7cb5cc2 [tests] ARRAY_10 should have capacity of 10 by Vsevolod Tolstopyatov · 6 years ago
  43. b10287e Change order of handlers in JobSupport and CancellableContinuation by Vsevolod Tolstopyatov · 6 years ago
  44. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  45. 0dffcfd Merge 'develop' into project-structure by Roman Elizarov · 6 years ago
  46. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago