Skip to content

Replace Arc with ArcRingBuffer#176

Open
mgeier wants to merge 1 commit into
mgeier:mainfrom
mgeier-forks:arc-ring-buffer
Open

Replace Arc with ArcRingBuffer#176
mgeier wants to merge 1 commit into
mgeier:mainfrom
mgeier-forks:arc-ring-buffer

Conversation

@mgeier
Copy link
Copy Markdown
Owner

@mgeier mgeier commented Apr 5, 2026

This replaces the usage of Arc with our own intrusive implementation (which only needs to count to 1 producer and 1 consumer).

This restores the synchronization behavior of is_abandoned() and therefore closes #114.

This should be released as rtrb 0.4.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

is_abandoned() is broken since Rust 1.74.0

1 participant