1. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from core/kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/channels/ChannelSendReceiveStressTest.kt]
  2. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  3. d3d335b BroadcastChannelMultiReceiveStressTest streamlined, by Roman Elizarov · 7 years ago
  4. 7f1380a Decrease number of events for ChannelSendReceiveStressTest by Roman Elizarov · 7 years ago
  5. 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/ChannelSendReceiveStressTest.kt]
  6. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  7. e3aa8ff ArrayBroadcastChannel by Roman Elizarov · 7 years ago
  8. 3aed4ee ConflatedChannel by Roman Elizarov · 7 years ago
  9. bc296bb Throttle fast senders in ChannelSendReceiveStressTest to prevent OOM with LinkedListChannel stress test by Roman Elizarov · 7 years ago
  10. cbd8e40 Fixed ChannelSendReceiveStressTest memory consumption for stress test mode by Roman Elizarov · 7 years ago
  11. ebe18b4 Stress-testing infrastructure by Roman Elizarov · 7 years ago
  12. 1216e91 Select statement with onSend/onReceive/onAwait clauses by Roman Elizarov · 7 years ago
  13. f16fd27 Copyright and license notice by Roman Elizarov · 8 years ago
  14. 12f961d Remove dependency on kotlin.test by Roman Elizarov · 8 years ago
  15. 7b2d8b0 ArrayChannel implementation and tests by Roman Elizarov · 8 years ago