Replies: 1 comment 3 replies
-
@Fi3, why is the shared_state in the buffer wrapped in an Arc around an atomic type? Atomics are already both Send and Sync compatible, and we're not accessing this value from multiple threads simultaneously. Is there a specific reason to have share reference? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this discussion should guide the documentation of
buffer_sv2
, as described on #845Beta Was this translation helpful? Give feedback.
All reactions