1. d100a3f Reactive scopeless (#1341) by Vsevolod Tolstopyatov · 5 years ago
  2. db0ef0c Update copyright year to 2019 in all the knit-generated files by Roman Elizarov · 5 years ago
  3. c961fb6 Tweaked prose in coroutines-guide-reactive a bit (and reknit) by Roman Elizarov · 5 years ago
  4. 0685dc4 Deprecate consumeEach on Publisher, ObservableSource and MaybeSource, introduce collect extension instead to be aligned with Flow by Vsevolod Tolstopyatov · 5 years ago
  5. 65e6c8c Make examples runnable by Prendota · 6 years ago
  6. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  7. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  8. bbaf99d Structured concurrency for reactive modules by Vsevolod Tolstopyatov · 6 years ago
  9. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  10. a9687a3 Moved guide tests to the correspondingly scoped package by Roman Elizarov · 6 years ago
  11. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from reactive/kotlinx-coroutines-rx2/src/test/kotlin/guide/example-reactive-operators-03.kt]
  12. 313978c Introduce deprecated ReceiveChannel#use to preserve backward compatibility with SubscriptionReceiveChannel, fix reactive samples by Vsevolod Tolstopyatov · 6 years ago
  13. 1d6230a Replace SubscriptionReceiveChannel with ReceiveChannel by Marko Devcic · 6 years ago
  14. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 7 years ago
  15. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  16. 0f66a6d BroadcastChannel.open is renamed to openSubscription Fixed #54 by Roman Elizarov · 7 years ago
  17. 95981f3 Update all examples with Knit tool (imports) by Roman Elizarov · 8 years ago
  18. 86349be Introduced `consumeEach` for channels and reactive streams, deprecated iteration on reactive streams by Roman Elizarov · 8 years ago
  19. 8a4a8e1 Guide to reactive streams with coroutines by Roman Elizarov · 8 years ago