1. 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/Channels.common.kt]
  2. 89f8ff7 Introduce broadcast coroutine builder; by Roman Elizarov · 6 years ago
  3. dd3b65a Use @JvmName from internal package instead of stdlib-common by Vsevolod Tolstopyatov · 6 years ago
  4. 26b86e9 Preserve binary compatibility for Channels#sendBlocking by Vsevolod Tolstopyatov · 6 years ago[Renamed (99%) from common/kotlinx-coroutines-core-common/src/main/kotlin/kotlinx/coroutines/experimental/channels/Channels.kt]
  5. 1d6230a Replace SubscriptionReceiveChannel with ReceiveChannel by Marko Devcic · 6 years ago
  6. 9619134 Migrate channels and related operators to common, so channels can be used from JS by Vsevolod Tolstopyatov · 6 years ago[Renamed (98%) from core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/channels/Channels.kt]
  7. 55a66ac Improve ReceiveChannel operators implementations to guarantee closing by Roman Elizarov · 6 years ago
  8. fcce038 Add a context argument to Channel.filterNot by Jonathan Cornaz · 6 years ago
  9. 02e6c81 Simplified implementation of Channel.flatMap using toChannel function. by Roman Elizarov · 7 years ago
  10. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  11. 66d18c0 Channel operators (#88) by Francesco Vasco · 7 years ago
  12. cdc5865 SendChannel.sendBlocking extension method by Francesco Vasco · 7 years ago
  13. 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/Channels.kt]
  14. 537c359 Turn all consumeEach and withLock into inline suspend functions by Roman Elizarov · 7 years ago
  15. 0f66a6d BroadcastChannel.open is renamed to openSubscription Fixed #54 by Roman Elizarov · 7 years ago
  16. 4b0ef7b ValueBroadcastChannel by Roman Elizarov · 7 years ago
  17. 86349be Introduced `consumeEach` for channels and reactive streams, deprecated iteration on reactive streams by Roman Elizarov · 7 years ago