Skip to content

is_abandoned() is broken since Rust 1.74.0 #114

Open
@mgeier

Description

@mgeier

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions