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-rx1/src/main/kotlin/kotlinx/coroutines/experimental/rx1/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. 3e342e3 Fixed Publisher/Observable/Flowable.openSubscription in presence of selects; by Roman Elizarov · 7 years ago
  6. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  7. 537c359 Turn all consumeEach and withLock into inline suspend functions by Roman Elizarov · 7 years ago
  8. 7753f8e Replace remaining xxFieldUpdater classes with AtomicFU atomic vars by Roman Elizarov · 7 years ago
  9. 0f66a6d BroadcastChannel.open is renamed to openSubscription Fixed #54 by Roman Elizarov · 7 years ago
  10. 4b0ef7b ValueBroadcastChannel by Roman Elizarov · 7 years ago
  11. 86349be Introduced `consumeEach` for channels and reactive streams, deprecated iteration on reactive streams by Roman Elizarov · 7 years ago
  12. 80162ab Remove all usages of @JvmStatic and add @JvmField where appropriate by Roman Elizarov · 7 years ago
  13. 9d6dfbe Channels that are open for reactive streams are `Closeable` by Roman Elizarov · 7 years ago
  14. 37bf00e All reactive streams libraries are moved into `reactive` directory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-rx1/src/main/kotlin/kotlinx/coroutines/experimental/rx1/RxChannel.kt]
  15. 331750b Utilities for Reactive Streams, Rx 1.x, and Rx 2.x by Roman Elizarov · 8 years ago