Docs.rs
tokio-1.26.0
tokio 1.26.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
Crates.io
Source
Owners
carllerche
github:tokio-rs:core
Dependencies
bytes ^1.0.0
normal
memchr ^2.2
normal
mio ^0.8.4
normal
num_cpus ^1.8.0
normal
parking_lot ^0.12.0
normal
pin-project-lite ^0.2.0
normal
tokio-macros ^1.7.0
normal
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
autocfg ^1.1
build
wasm-bindgen-test ^0.3.0
dev
windows-sys ^0.45
normal
loom ^0.5.2
dev
rand ^0.8.0
dev
socket2 ^0.4.4
normal
socket2 ^0.4
dev
tempfile ^3.1.0
dev
mio-aio ^0.7.0
dev
tracing ^0.1.25
normal
libc ^0.2.42
normal
signal-hook-registry ^1.1.1
normal
libc ^0.2.42
dev
nix ^0.26
dev
windows-sys ^0.45
normal
ntapi ^0.3.6
dev
Versions
1.26.0
1.25.0
1.24.2
1.24.1
1.24.0
1.23.1
1.23.0
1.22.0
1.21.2
1.21.1
1.21.0
1.20.4
1.20.3
1.20.2
1.20.1
1.20.0
1.19.2
1.19.1
1.19.0
1.18.5
1.18.4
1.18.3
1.18.2
1.18.1
1.18.0
1.17.0
1.16.1
1.16.0
1.15.0
1.14.1
1.14.0
1.13.1
1.13.0
1.12.0
1.11.0
1.10.1
1.10.0
1.9.0
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.3
1.7.2
1.7.1
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.25
0.2.24
0.2.23
0.2.22
0.2.21
0.2.20
0.2.19
0.2.18
0.2.17
0.2.16
0.2.15
0.2.14
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.2.0-alpha.6
0.2.0-alpha.5
0.2.0-alpha.4
0.2.0-alpha.3
0.2.0-alpha.2
0.2.0-alpha.1
0.1.22
0.1.21
0.1.20
0.1.19
0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.0
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
i686-unknown-linux-gnu
x86_64-apple-darwin
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module error
Structs
Enums
?
Module
tokio
::
sync
::
oneshot
::
error
source
·
[
−
]
Available on
crate feature
sync
only.
Expand description
Oneshot error types.
Structs
RecvError
Error returned by the
Future
implementation for
Receiver
.
Enums
TryRecvError
Error returned by the
try_recv
function on
Receiver
.