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/public-api
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
..
aya-bpf-bindings.txt public-api: bless with new nightly 11 months ago
aya-bpf-cty.txt xtask: Add cargo-public-api 1 year ago
aya-bpf-macros.txt xtask: Add cargo-public-api 1 year ago
aya-bpf.txt aya: Implement RingBuf 11 months ago
aya-log-common.txt public-api: bless with new nightly 11 months ago
aya-log-ebpf-macros.txt xtask: Add cargo-public-api 1 year ago
aya-log-ebpf.txt xtask: Add cargo-public-api 1 year ago
aya-log-parser.txt public-api: bless with new nightly 11 months ago
aya-log.txt xtask: bless API with new nightly 1 year ago
aya-obj.txt public-api: bless with new nightly 11 months ago
aya-tool.txt xtask: bless API with new nightly 1 year ago
aya.txt maps/ringbuf: make RingBuf: Send + Sync 10 months ago