1. c7e9b56 Allocate underlying buffer in ArrayChannel in on-demand manner (#1388) by Vsevolod Tolstopyatov · 5 years ago
  2. 583d39d Rewrite assertions so that they are checked only in debug mode by Roman Elizarov · 5 years ago
  3. 37f1b97 Fix typo in KDoc by Vsevolod Tolstopyatov · 6 years ago
  4. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 5 years ago[Renamed from common/kotlinx-coroutines-core-common/src/channels/ArrayChannel.kt]
  5. 36c3ba1 Replace internal annotations with ones from 1.3 stdlib by Vsevolod Tolstopyatov · 6 years ago
  6. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  7. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  8. 5633f91 Moved documentation for different kinds of channels to Channel interface by Roman Elizarov · 6 years ago
  9. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  10. 79aef6b Moved internalAnnotations to "plain" internal package and placed into proper folder by Roman Elizarov · 6 years ago
  11. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  12. 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/ArrayChannel.kt]
  13. 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/ArrayChannel.kt]
  14. e4b6f09 Debug toString for channels by Roman Elizarov · 6 years ago
  15. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  16. 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/ArrayChannel.kt]
  17. f2a710a Channel pseudo-constructor is replaced with top-level fun by Roman Elizarov · 7 years ago
  18. 932e860 SelectBuilderImpl is rewritten without JobSupport by Roman Elizarov · 7 years ago
  19. 8385ec9 BroadcastChannel factory function by Roman Elizarov · 7 years ago
  20. e3aa8ff ArrayBroadcastChannel by Roman Elizarov · 7 years ago
  21. 2ad0e94 LinkedListChannel implementation by Roman Elizarov · 7 years ago
  22. 1216e91 Select statement with onSend/onReceive/onAwait clauses by Roman Elizarov · 7 years ago
  23. f138bbc More kdocs by Roman Elizarov · 7 years ago
  24. f16fd27 Copyright and license notice by Roman Elizarov · 7 years ago
  25. f6fed2a Support failed channels (closed for cause), buildChannel coroutine builder by Roman Elizarov · 7 years ago
  26. 7b2d8b0 ArrayChannel implementation and tests by Roman Elizarov · 7 years ago