1. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  2. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  3. d9b4ab2 Replaced the hardcoded default value with the constant. by Paul Woitaschek · 6 years ago
  4. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago
  5. 5633f91 Moved documentation for different kinds of channels to Channel interface by Roman Elizarov · 6 years ago
  6. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  7. 732474f Implement SendChannel#invokeOnClose by Vsevolod Tolstopyatov · 6 years ago
  8. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  9. 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/Channel.kt]
  10. 89f8ff7 Introduce broadcast coroutine builder; by Roman Elizarov · 6 years ago
  11. 9619134 Migrate channels and related operators to common, so channels can be used from JS by Vsevolod Tolstopyatov · 6 years ago[Renamed from core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/channels/Channel.kt]
  12. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  13. 9556242 Reword the concept of a channel closed without cause in docs by Roman Elizarov · 7 years ago
  14. db0e22d Select expression is modularized. by Roman Elizarov · 7 years ago
  15. 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/Channel.kt]
  16. f2a710a Channel pseudo-constructor is replaced with top-level fun by Roman Elizarov · 7 years ago
  17. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  18. a74eb5f launched jobs and await can be cancelled while waiting in dispatch queue by Roman Elizarov · 7 years ago
  19. 8385ec9 BroadcastChannel factory function by Roman Elizarov · 7 years ago
  20. 4b0ef7b ValueBroadcastChannel by Roman Elizarov · 7 years ago
  21. 4e60132 Improve documentation on suspended Channel.send behaviour when the channel is closed by Roman Elizarov · 7 years ago
  22. 3aed4ee ConflatedChannel by Roman Elizarov · 7 years ago
  23. 2ad0e94 LinkedListChannel implementation by Roman Elizarov · 7 years ago
  24. 1216e91 Select statement with onSend/onReceive/onAwait clauses by Roman Elizarov · 7 years ago
  25. a197d6d ClosedSendChannelException is a subclass of CancellationException by Roman Elizarov · 7 years ago
  26. f16fd27 Copyright and license notice by Roman Elizarov · 7 years ago
  27. f6fed2a Support failed channels (closed for cause), buildChannel coroutine builder by Roman Elizarov · 7 years ago
  28. 7b2d8b0 ArrayChannel implementation and tests by Roman Elizarov · 7 years ago
  29. 187eace Basic Channel interfaces and RendezvousChannel implementation by Roman Elizarov · 7 years ago