summary refs log tree commit diff stats
path: root/tests/stdlib/tchannels_pthread.nim
Commit message (Collapse)AuthorAgeFilesLines
* [std/channels]fix recv leaks(Part One) (#17394)flywind2021-03-171-1/+2
|
* New channels implementation for ORC (#17305)flywind2021-03-121-0/+321
* Update lib/std/channels.nim * Rename tchannel_pthread.nim to tchannels_pthread.nim * Rename tchannel_simple.nim to tchannels_simple.nim Co-authored-by: Mamy Ratsimbazafy <mamy_github@numforge.co>