feophant icon indicating copy to clipboard operation
feophant copied to clipboard

Figure out how to test multithreaded code

Open chotchki opened this issue 3 years ago • 0 comments

A lot of my low level code is very heavy and sensitive to locks. The Tokio project has a library called loom that seems to offer a reasonable way to test this type of code for correctness.

I suspect I'll have to move away from Github based runners once I do so.

https://github.com/tokio-rs/loom

chotchki avatar Sep 05 '21 22:09 chotchki