Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Figure out how to test multithreaded code #28

Open
chotchki opened this issue Sep 5, 2021 · 0 comments
Open

Figure out how to test multithreaded code #28

chotchki opened this issue Sep 5, 2021 · 0 comments

Comments

@chotchki
Copy link
Owner

chotchki commented Sep 5, 2021

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 chotchki added this to To do in FeOphant MVP via automation Sep 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

No branches or pull requests

1 participant