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 common/kotlinx-coroutines-core-common/src/main/kotlin/kotlinx/coroutines/experimental/channels/ConflatedBroadcastChannel.kt]
  3. 89f8ff7 Introduce broadcast coroutine builder; by Roman Elizarov · 6 years ago
  4. c8af35c Alternative (working) approach to binary compatibility for SubscriptionReceiveChannel by Roman Elizarov · 6 years ago
  5. f5f0983 Restored binary compatibility for SubscriptionReceiveChannel removal by Roman Elizarov · 6 years ago
  6. 1d6230a Replace SubscriptionReceiveChannel with ReceiveChannel by Marko Devcic · 6 years ago
  7. 9619134 Migrate channels and related operators to common, so channels can be used from JS by Vsevolod Tolstopyatov · 6 years ago[Renamed (95%) from core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/channels/ConflatedBroadcastChannel.kt]
  8. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  9. 9556242 Reword the concept of a channel closed without cause in docs by Roman Elizarov · 7 years ago
  10. db0e22d Select expression is modularized. by Roman Elizarov · 7 years ago
  11. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/channels/ConflatedBroadcastChannel.kt]
  12. 7753f8e Replace remaining xxFieldUpdater classes with AtomicFU atomic vars by Roman Elizarov · 7 years ago
  13. 3638747 BroadcastChannel pseudo-constructor is replaced with top-level fun by Roman Elizarov · 7 years ago
  14. 0f66a6d BroadcastChannel.open is renamed to openSubscription Fixed #54 by Roman Elizarov · 7 years ago
  15. 932e860 SelectBuilderImpl is rewritten without JobSupport by Roman Elizarov · 7 years ago
  16. 8046fe1 ValueBroadcastChannel -> ConflatedBroadcastChannel by Roman Elizarov · 7 years ago[Renamed (92%) from kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/channels/ValueBroadcastChannel.kt]
  17. 4b0ef7b ValueBroadcastChannel by Roman Elizarov · 7 years ago