ErrLookup › crossbeam-rs/crossbeam

crossbeam-rs/crossbeam

Tools for concurrent programming in Rust · Rust · 66 source files

Analyzed at 38dacb4622 on 2026-09-13. 5 documented errors.

Code / MessageTypeSeverityTags
dropped `SelectedOperation` without completing the operation
panic error rust, crossbeam-channel, panic, drop, select
bounded channel capacity is too large
panic error rust, crossbeam-channel, panic, capacity, overflow
no operations have been added to `Select`
panic error rust, crossbeam-channel, panic, select
queue capacity is too large
panic error rust, crossbeam-queue, panic, capacity, overflow
failed to spawn scoped thread
panic error rust, crossbeam-utils, threads, panic, spawn