mirror of
https://github.com/zerotier/common-utils.git
synced 2026-05-22 16:28:56 -07:00
Buf needs Sync
This commit is contained in:
@@ -191,6 +191,7 @@ impl PartialEq for Buf {
|
||||
impl Eq for Buf {}
|
||||
|
||||
unsafe impl Send for Buf {}
|
||||
unsafe impl Sync for Buf {}
|
||||
|
||||
struct PoolInner {
|
||||
buf_capacity: usize,
|
||||
|
||||
Reference in New Issue
Block a user