feophant
feophant copied to clipboard
Figure out how to test multithreaded code
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