nim-lang / threading

New atomics, thread primitives, atomic refcounting for --gc:arc/orc.
MIT License
73 stars 12 forks source link

Add a test for thread cooperation with channels #23

Closed ZoomRmc closed 1 year ago

ZoomRmc commented 1 year ago

A test unit for thread cooperation with channels, simulates real case. Uses blocking channel operations.

ZoomRmc commented 1 year ago

Here's a thread sanitizer trace for this test reporting some data races: tsan.log