-
- Downloads
relax the lifetime constraint of RingBuffer.split
also - add a "`split` freezes the ring buffer" compile fail test - hide compile-fail doc tests - add scoped threads tests
Showing
- Cargo.toml 3 additions, 0 deletionsCargo.toml
- blacklist.txt 4 additions, 1 deletionblacklist.txt
- src/cfail.rs 80 additions, 0 deletionssrc/cfail.rs
- src/lib.rs 2 additions, 69 deletionssrc/lib.rs
- src/ring_buffer/spsc.rs 12 additions, 8 deletionssrc/ring_buffer/spsc.rs
- tests/tsan.rs 25 additions, 0 deletionstests/tsan.rs
... | @@ -17,3 +17,6 @@ version = "0.2.0" | ... | @@ -17,3 +17,6 @@ version = "0.2.0" |
[dependencies] | [dependencies] | ||
untagged-option = "0.1.1" | untagged-option = "0.1.1" | ||
[dev-dependencies] | |||
scoped_threadpool = "0.1.8" |
src/cfail.rs
0 → 100644
Please register or sign in to comment