Testing Race Conditions

Posted by alpaylan 2 days ago

Counter63Comment3OpenOriginal

Comments

Comment by jeffreygoesto 11 hours ago

We are using Loom with a C++ adapter for such things. Works reasonably well for us.

Comment by mdspan 8 hours ago

Loom is such an amazing project. I was always surprised by the fact that similar tooling for C/C++ is much more cumbersome to use, since that's where the memory model came from.

Comment by s-maurice 10 hours ago

I'm really interested in this! Do you have any more details?