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
We have previously been relying on the undocumented synchronization in Arc::strong_count().
This has been removed in rust-lang/rust#115546, which broke is_abandoned().
We have previously been relying on the undocumented synchronization in
Arc::strong_count()
.This has been removed in rust-lang/rust#115546, which broke
is_abandoned()
.There have been others who were surprised by the change: rust-lang/rust#117485
For reference, this is the documentation: https://docs.rs/rtrb/0.3.0/rtrb/struct.Producer.html#method.is_abandoned
The text was updated successfully, but these errors were encountered: