1. 1dcfd97 Coroutine context propagation for Reactor to coroutines API migration (#1377) by SokolovaMaria · 5 years ago
  2. 693142c Context passing between coroutines and Reactor Mono/Flux (#1138) by SokolovaMaria · 5 years ago
  3. d100a3f Reactive scopeless (#1341) by Vsevolod Tolstopyatov · 5 years ago
  4. 6227c64 Improved coroutine exception handling logic by Roman Elizarov · 5 years ago
  5. c35953c Structured concurrency for Completable/Listenable futures by Roman Elizarov · 6 years ago
  6. b058ba1 Deprecate Job.cancel(cause) and ReceiveChannel.cancel(cause), return Unit from cancel without cause by Vsevolod Tolstopyatov · 6 years ago
  7. e6e8239 Experimental annotation revisit: by Vsevolod Tolstopyatov · 6 years ago
  8. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  9. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  10. 52bfdab async and async-like builders cancel parent on failure by Roman Elizarov · 6 years ago
  11. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  12. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  13. bbaf99d Structured concurrency for reactive modules by Vsevolod Tolstopyatov · 6 years ago
  14. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  15. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  16. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  17. c7d10a4 Fix references to `coroutineContext` is the docs of all the builders by Roman Elizarov · 6 years ago
  18. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 7 years ago
  19. b8ed47c Implementation of awaitFirstOrDefault and awaitFirstOrNull. by Konrad Kamiński · 7 years ago
  20. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 7 years ago
  21. 6640b2b Public API for AbstractCoroutine by Roman Elizarov · 7 years ago
  22. f9e13f5 Renamed `run` to `withContext` by Roman Elizarov · 7 years ago
  23. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  24. e19ee04 Add DefaultDispatcher on some reactive operators by Francesco Vasco · 7 years ago
  25. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  26. ac8b6da Update Reactor support to leverage Bismuth release train by Sebastien Deleuze · 7 years ago
  27. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  28. 265ae44 Fixed MonoTest after Project Reactor version update by Roman Elizarov · 7 years ago
  29. d0597e7 Replace deprecated setCancellation with onDipose for Project Reactor by Liming.Shi · 7 years ago
  30. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  31. 4518104 Additional checks to ensure that there are no leaking threads after tests by Roman Elizarov · 7 years ago
  32. 2b12d58 Refactoring: AbstractCoroutine is extended only by true coroutine impls; by Roman Elizarov · 7 years ago
  33. 30dd5c1 equals/hashCode for wrapper CoroutineDispatcher impls by Roman Elizarov · 7 years ago
  34. 3ae898c Add support for Reactor. by Konrad Kamiński · 7 years ago