1. 1f0df4b MPP: Fixed invokeOnCompletion source compatibility by Roman Elizarov · 7 years ago
  2. e1c0b65 MPP: Job/launch and related basic interface are extracted; JS basic impl by Roman Elizarov · 7 years ago
  3. f9e13f5 Renamed `run` to `withContext` by Roman Elizarov · 7 years ago
  4. 9832d3d Rephrased Job.getCancellationException docs for clarity by Roman Elizarov · 7 years ago
  5. 3e387b8 Job.children property is introduced; by Roman Elizarov · 7 years ago
  6. 4cf9dd2 CompletableDeferred constructor with parent Job added by Roman Elizarov · 7 years ago
  7. 447b88a Job.attachChild is deprecated as error-prone API; by Roman Elizarov · 7 years ago
  8. 5610e1d Bug fix: start hangs on lazy coroutine with attached invokeOnCompletion by Roman Elizarov · 7 years ago
  9. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  10. 5e38b9f produce/actor: cancellation of a Job should cancel the underlying channel by Roman Elizarov · 7 years ago
  11. a4d45d2 A more gradual introduction to runBlocking and coroutines. by Roman Elizarov · 7 years ago
  12. 7da4243 Updated links & examples with "gradlew knit" by Roman Elizarov · 7 years ago
  13. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  14. 66d18c0 Channel operators (#88) by Francesco Vasco · 7 years ago
  15. 62deb43 IO: add linearizability test by Sergey Mashkov · 7 years ago
  16. c43a9be Update lin-check to version 1.9 & introduce utilities for by Roman Elizarov · 7 years ago
  17. 74619c1 Fixed sporadic failure of example-context-06 by Roman Elizarov · 7 years ago
  18. d166eb6 Use ServiceLoader to find instances of CoroutineExceptionHandler; by Roman Elizarov · 7 years ago
  19. cdc5865 SendChannel.sendBlocking extension method by Francesco Vasco · 7 years ago
  20. 9525f3c Fixed send/openSubscription race in ArrayBroadcastChannel by Roman Elizarov · 7 years ago
  21. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  22. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago
  23. d3d335b BroadcastChannelMultiReceiveStressTest streamlined, by Roman Elizarov · 7 years ago
  24. 7f1380a Decrease number of events for ChannelSendReceiveStressTest by Roman Elizarov · 7 years ago
  25. 674efea More robust example-context-09 for test by Roman Elizarov · 7 years ago
  26. d9ae2bc No Job in newSingleThreadContext and newFixedThreadPoolContext anymore by Roman Elizarov · 7 years ago
  27. bcdd8e1 run uses cancelling state & propagates exceptions when cancelled by Roman Elizarov · 7 years ago
  28. 6aed878 Exception propagation logic from cancelled coroutines is adjusted by Roman Elizarov · 7 years ago
  29. 4a2ad89 Fixed ArrayBroadcastChannel receive of stale elements on openSubscription by Roman Elizarov · 7 years ago
  30. 45c8565 Fixed integer overflow in BroadcastChannelXXXStressTest (use long) by Roman Elizarov · 7 years ago
  31. 0d35c85 Fixed quite a race in runBlocking that resulted in AssertionError by Roman Elizarov · 7 years ago
  32. fdd6db5 Fixed BroadcastChannelMultiReceiveStressTest by Roman Elizarov · 7 years ago
  33. 4391897 Fixed a race in ArrayBroadcastChannel between send and openChannel by Roman Elizarov · 7 years ago
  34. a36ab94 Failed parent Job cancels all children jobs, then waits them by Roman Elizarov · 7 years ago
  35. 9669578 Reknit examples (don't optimize imports) by Roman Elizarov · 7 years ago
  36. 66f018c Documentation for DefaultDispatcher in the guide by Roman Elizarov · 7 years ago
  37. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  38. 8552f0e Fixed delay in arbitrary contexts by Roman Elizarov · 7 years ago
  39. a4eee7a Fix typo by Kirill Rakhman · 7 years ago
  40. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  41. 9556242 Reword the concept of a channel closed without cause in docs by Roman Elizarov · 7 years ago
  42. 63f6ea2 Renamed TimeoutException to TimeoutCancellationException by Roman Elizarov · 7 years ago
  43. 44ba5d0 Job.cancelAndJoin is introduced by Roman Elizarov · 7 years ago
  44. db0e22d Select expression is modularized. by Roman Elizarov · 7 years ago
  45. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago