nblf-queue 0.1.0

Atomic, wait-free MPMC queues based on the nblfq algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
default:
    @just --list

test:
    cargo test --locked --all-features --all-targets
    cargo test --locked --all-features --doc
    cargo test --locked --no-default-features --all-targets
    cargo test --locked --no-default-features --doc
    cargo +nightly miri test --locked --all-features
    LOOM_MAX_PREEMPTIONS=2 RUSTFLAGS="--cfg loom" cargo test --release --locked --lib
    RUSTFLAGS="--cfg shuttle" cargo test --release --locked --lib

lint:
    cargo +nightly fmt --all -- --check
    cargo clippy --all-targets -- -D warnings