You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you accept a PR adding a loom feature to the crate, which swaps out std::sync with loom::sync? This would allow people who test their concurrent code with loom to also have loom control the scheduling of dashmap locks.
The text was updated successfully, but these errors were encountered:
@xacrimon Any issue with using shuttle instead of loom? We would get the same exhaustive testing that loom does but with the ability to use randomized testing if needed.
Would you accept a PR adding a
loom
feature to the crate, which swaps outstd::sync
withloom::sync
? This would allow people who test their concurrent code with loom to also have loom control the scheduling of dashmap locks.The text was updated successfully, but these errors were encountered: