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
libbpf-rs: Implement Send for PerfBuffer and RingBuffer
As per
#224 (comment)
ring buffers and perf buffers can be polled from any thread. Hence, it
is safe for us to implement `Send` for the corresponding Rust types,
`RingBuffer` and `PerfBuffer`.
Closes: #224
Signed-off-by: Daniel Müller <deso@posteo.net>
0 commit comments