Docs.rs
singleton-task-0.4.1
singleton-task 0.4.1
Permalink
Docs.rs crate page
MulanPSL-2.0
Links
Repository
crates.io
Source
Owners
ZR233
Dependencies
async-trait ^0.1
normal
log ^0.4
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tokio-util ^0.7
normal
env_logger ^0.11
dev
Versions
8%
of the crate is documented
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
Crate singleton_task
singleton_
task
0.4.1
All Items
Crate Items
Structs
Enums
Traits
Attribute Macros
Crate
singleton_
task
Copy item path
Source
Structs
§
Context
Join
Handle
An owned permission to join on a task (await its termination).
Receiver
Receives values from the associated
Sender
.
Sender
Sends values to the associated
Receiver
.
Singleton
Task
Task
Handle
Enums
§
Task
Error
Traits
§
TError
Task
Task
Builder
Attribute Macros
§
async_
trait