1. 8009b36 Fix OOM in ChannelAtomicCancelStressTest for LinkedListChannel by Roman Elizarov · 5 years ago
  2. 9b6e311 Moved ChannelAtomicCancelStressTest to newFixedThreadPoolContext by Roman Elizarov · 5 years ago
  3. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 6 years ago[Renamed from core/kotlinx-coroutines-core/test/channels/ChannelAtomicCancelStressTest.kt]
  4. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  5. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago
  6. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  7. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  8. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  9. 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/ChannelAtomicCancelStressTest.kt]
  10. d3d335b BroadcastChannelMultiReceiveStressTest streamlined, by Roman Elizarov · 7 years ago
  11. 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/ChannelAtomicCancelStressTest.kt]
  12. a74eb5f launched jobs and await can be cancelled while waiting in dispatch queue by Roman Elizarov · 7 years ago
  13. e3aa8ff ArrayBroadcastChannel by Roman Elizarov · 7 years ago
  14. 3aed4ee ConflatedChannel by Roman Elizarov · 7 years ago
  15. 2ad0e94 LinkedListChannel implementation by Roman Elizarov · 7 years ago
  16. ebe18b4 Stress-testing infrastructure by Roman Elizarov · 7 years ago
  17. 1216e91 Select statement with onSend/onReceive/onAwait clauses by Roman Elizarov · 7 years ago
  18. f16fd27 Copyright and license notice by Roman Elizarov · 7 years ago
  19. 12f961d Remove dependency on kotlin.test by Roman Elizarov · 7 years ago
  20. 7b2d8b0 ArrayChannel implementation and tests by Roman Elizarov · 7 years ago[Renamed (86%) from kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/channels/RendezvousChannelAtomicityStressTest.kt]
  21. 6c63aea LockFreeLinkedList refactored by Roman Elizarov · 7 years ago
  22. 187eace Basic Channel interfaces and RendezvousChannel implementation by Roman Elizarov · 7 years ago