You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/xtask
Andrew Werner c06fcc3eda maps/ringbuf: make RingBuf: Send + Sync
There was no reason for them not to be -- the APIs all require mutable
references and hold onto mutable references, so there cannot be internal
concurrency. The !Send + !Sync came from the MMap, but not for any good
reason.
10 months ago
..
libbpf@a2258003f2 xtask: move libbpf submodule 1 year ago
public-api maps/ringbuf: make RingBuf: Send + Sync 10 months ago
src xtask: attempt to open /dev/kvm 11 months ago
Cargo.toml Cargo.toml: Remove default-features settings 1 year ago