Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
tokio-sync-0.1.8
tokio-sync 0.1.8
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
carllerche
github:tokio-rs:core
Dependencies
fnv ^1.0.6
normal
futures ^0.1.19
normal
env_logger ^0.6
dev
loom ^0.1.1
dev
tokio ^0.1.15
dev
tokio-mock-task ^0.1.1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
tokio_
sync
0.1.8
Module oneshot
Module Items
Modules
Structs
Functions
In crate tokio_
sync
tokio_sync
Module
oneshot
Copy item path
Source
Expand description
A channel for sending a single message between asynchronous tasks.
Modules
§
error
Oneshot error types
Structs
§
Receiver
Receive a value from the associated
Sender
.
Sender
Sends a value to the associated
Receiver
.
Functions
§
channel
Create a new one-shot channel for sending single values across asynchronous tasks.