Docs.rs
tokio-1.41.1
tokio 1.41.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
carllerche
Darksonn
github:tokio-rs:core
Dependencies
bytes ^1.0.0
normal
optional
mio ^1.0.1
normal
optional
parking_lot ^0.12.0
normal
optional
pin-project-lite ^0.2.11
normal
tokio-macros ~2.4.0
normal
optional
async-stream ^0.3
dev
futures ^0.3.0
dev
mockall ^0.11.1
dev
tokio-stream ^0.1
dev
tokio-test ^0.4.0
dev
wasm-bindgen-test ^0.3.0
dev
loom ^0.7
dev
rand ^0.8.0
dev
socket2 ^0.5.5
normal
optional
proptest ^1
dev
socket2 ^0.5.5
dev
tempfile ^3.1.0
dev
mio-aio ^0.9.0
dev
backtrace ^0.3.58
normal
tracing ^0.1.29
normal
optional
libc ^0.2.149
normal
optional
signal-hook-registry ^1.1.1
normal
optional
libc ^0.2.149
dev
nix ^0.29.0
dev
windows-sys ^0.52
normal
optional
windows-sys ^0.52
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tokio
1.41.1
Module error
Module Items
Structs
Enums
In tokio::
sync::
broadcast
tokio
::
sync
::
broadcast
Module
error
Copy item path
Source
Available on
crate feature
sync
only.
Expand description
Broadcast error types
Structs
§
Send
Error
Error returned by the
send
function on a
Sender
.
Enums
§
Recv
Error
An error returned from the
recv
function on a
Receiver
.
TryRecv
Error
An error returned from the
try_recv
function on a
Receiver
.