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/test/kotlin/kotlinx/coroutines/experimental/channels/RendezvousChannelTest.kt]
  2. f2bdf60 Merged develop (js-channels work) into await-all by Roman Elizarov · 6 years ago
  3. 9619134 Migrate channels and related operators to common, so channels can be used from JS by Vsevolod Tolstopyatov · 6 years ago[Renamed (85%) from core/kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/channels/RendezvousChannelTest.kt]
  4. 189e995 awaitAll should be defined only for Deferred types and return results list by Roman Elizarov · 6 years ago
  5. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with 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/RendezvousChannelTest.kt]
  8. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  9. 4e60132 Improve documentation on suspended Channel.send behaviour when the channel is closed by Roman Elizarov · 7 years ago
  10. a5e653f buildChannel is renamed to produce by Roman Elizarov · 8 years ago
  11. f16fd27 Copyright and license notice by Roman Elizarov · 8 years ago
  12. 12f961d Remove dependency on kotlin.test by Roman Elizarov · 8 years ago
  13. b6b0125 Improved Job performance by using reference equality on state, added deferred & channel tests for bad class with exceptions on equals by Roman Elizarov · 8 years ago
  14. 7b2d8b0 ArrayChannel implementation and tests by Roman Elizarov · 8 years ago
  15. 187eace Basic Channel interfaces and RendezvousChannel implementation by Roman Elizarov · 8 years ago