Docs.rs
spawned-rt-0.4.2
spawned-rt 0.4.2
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
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Module oneshot
spawned_
rt
0.4.2
Module oneshot
Module Items
Structs
Functions
In spawned_
rt::
threads
spawned_rt
::
threads
Module
oneshot
Copy item path
Source
Expand description
non-async replacement for oneshot channels
Structs
§
Receiver
The receiving side of a channel.
Sender
The sending side of a channel.
Functions
§
channel
Creates a channel of unbounded capacity.