Docs.rs
maniac-runtime-0.1.0
maniac-runtime 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
cmolocznik
Dependencies
cfg-if ^1
normal
core_affinity ^0.8
normal
crossbeam ^0.8
normal
crossbeam-epoch ^0.9
normal
crossbeam-utils ^0.8
normal
dashmap ^6.1
normal
futures ^0.3
normal
futures-lite ^2.6
normal
log ^0.4
normal
once_cell ^1.21
normal
pin-project-lite ^0.2
normal
rand ^0.9
normal
criterion ^0.7
dev
loom ^0.7
dev
pollster ^0.4
dev
tokio ^1.0
dev
libc ^0.2
normal
winapi ^0.3
normal
Versions
62.69%
of the crate is documented
Platform
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
maniac_runtime/sync/
mod.rs
1
pub mod
mpsc;
2
pub mod
signal;
3
pub mod
spsc;
4
// pub mod mpmc;
5
pub mod
multishot;