Docs.rs
spawned-rt-0.1.3
spawned-rt 0.1.3
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
igaray
github:lambdaclass:crates-io-publishers
juan518munoz
Dependencies
crossbeam ^0.7.3
normal
tokio ^1
normal
tokio-stream ^0.1.17
normal
tokio-util ^0.7.15
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
Versions
50%
of the crate is documented
Go to latest version
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
spawned_
rt
0.1.3
Module oneshot
Module Items
Structs
Functions
In spawned_
rt::
tasks
spawned_rt
::
tasks
Module
oneshot
Copy item path
Source
Expand description
Tokio.rs reexports to prevent tokio dependencies within external code
Structs
§
Receiver
Receives a value from the associated
Sender
.
Sender
Sends a value to the associated
Receiver
.
Functions
§
channel
Creates a new one-shot channel for sending single values across asynchronous tasks.