Docs.rs
may-0.3.51
may 0.3.51
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Xudong-Huang
Dependencies
cfg-if ^1
normal
core_affinity ^0.8
normal
crossbeam ^0.8
normal
fastrand ^2.0
normal
optional
generator ^0.8
normal
log ^0.4
normal
may_queue ^0.1
normal
num_cpus ^1
normal
parking_lot ^0.12
normal
smallvec ^1
normal
socket2 ^0.5
normal
bytes ^1.0
dev
docopt ^1.0
dev
httparse ^1.1
dev
native-tls ^0.2
dev
serde ^1.0
dev
serde_derive ^1.0
dev
tempfile ^3
dev
tungstenite ^0.26
dev
rustversion ^1.0
build
libc ^0.2
normal
nix ^0.30
normal
windows-sys ^0.59
normal
Versions
61.68%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
channel
may
0.3.51
In may::
sync::
mpmc
may
::
sync
::
mpmc
Function
channel
Copy item path
Source
pub fn channel<T>() -> (
Sender
<T>,
Receiver
<T>)