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/RendezvousChannel.kt]
  2. 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/RendezvousChannel.kt]
  3. 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/RendezvousChannel.kt]
  4. f2a710a Channel pseudo-constructor is replaced with top-level fun by Roman Elizarov · 7 years ago
  5. 2ad0e94 LinkedListChannel implementation by Roman Elizarov · 7 years ago
  6. 1216e91 Select statement with onSend/onReceive/onAwait clauses by Roman Elizarov · 7 years ago
  7. 0a78839 RendezvousChannel is now an open class with a afterClose and onEnqueuedReceive/onCancelledReceive extension points by Roman Elizarov · 8 years ago
  8. f16fd27 Copyright and license notice by Roman Elizarov · 8 years ago
  9. f6fed2a Support failed channels (closed for cause), buildChannel coroutine builder by Roman Elizarov · 8 years ago
  10. 7b2d8b0 ArrayChannel implementation and tests by Roman Elizarov · 8 years ago
  11. 187eace Basic Channel interfaces and RendezvousChannel implementation by Roman Elizarov · 8 years ago