1. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  2. 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/main/kotlin/kotlinx/coroutines/experimental/rx2/RxChannel.kt]
  3. f5f0983 Restored binary compatibility for SubscriptionReceiveChannel removal by Roman Elizarov · 6 years ago
  4. 1d6230a Replace SubscriptionReceiveChannel with ReceiveChannel by Marko Devcic · 6 years ago
  5. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  6. 537c359 Turn all consumeEach and withLock into inline suspend functions by Roman Elizarov · 7 years ago
  7. 0f66a6d BroadcastChannel.open is renamed to openSubscription Fixed #54 by Roman Elizarov · 7 years ago
  8. 4b0ef7b ValueBroadcastChannel by Roman Elizarov · 7 years ago
  9. d6bb148 Add support for Rx2 Maybe. (#45) by Konrad Kamiński · 7 years ago
  10. 86349be Introduced `consumeEach` for channels and reactive streams, deprecated iteration on reactive streams by Roman Elizarov · 7 years ago
  11. 9d6dfbe Channels that are open for reactive streams are `Closeable` by Roman Elizarov · 7 years ago
  12. 37bf00e All reactive streams libraries are moved into `reactive` directory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-rx2/src/main/kotlin/kotlinx/coroutines/experimental/rx2/RxChannel.kt]
  13. 331750b Utilities for Reactive Streams, Rx 1.x, and Rx 2.x by Roman Elizarov · 8 years ago