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
but this unfortunately leads to "Model exceeded maximum number of branches. This is often caused by an algorithm requiring the processor to make progress, e.g. spin locks." in some cases that would be relevant to the tests.
If feasible, I think that having atomic-wait supported by loom would be great!
Thanks
The text was updated successfully, but these errors were encountered:
Hi!
Thanks a lot for this very impressive crate.
I'm trying to use it on rendezvous but I can't because I'm depending on @m-ou-se atomic-wait.
I've tried using mock implementations like:
but this unfortunately leads to "Model exceeded maximum number of branches. This is often caused by an algorithm requiring the processor to make progress, e.g. spin locks." in some cases that would be relevant to the tests.
If feasible, I think that having atomic-wait supported by loom would be great!
Thanks
The text was updated successfully, but these errors were encountered: