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/test/kotlin/kotlinx/coroutines/experimental/channels/LinkedListChannelTest.kt]
  3. f2bdf60 Merged develop (js-channels work) into await-all by Roman Elizarov · 6 years ago
  4. 9619134 Migrate channels and related operators to common, so channels can be used from JS by Vsevolod Tolstopyatov · 6 years ago[Renamed (72%) from core/kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/channels/LinkedListChannelTest.kt]
  5. 189e995 awaitAll should be defined only for Deferred types and return results list by Roman Elizarov · 6 years ago
  6. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  7. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/channels/LinkedListChannelTest.kt]
  8. eab2cff Get rid of deprecated assert classes by Roman Elizarov · 7 years ago
  9. 98b7a6e Fixed Channel.close hand on double close with pending send by Roman Elizarov · 7 years ago