Docs.rs
simple-shutdown-0.1.0
simple-shutdown 0.1.0
Permalink
Docs.rs crate page
AGPL-3.0-only
Links
Repository
crates.io
Source
Owners
thistle-witch
Dependencies
critical-section ^1.1
normal
futures-util ^0.3
normal
pin-project-lite ^0.2.7
normal
tokio ^1.0
normal
optional
tokio ^1.0
dev
Versions
28.57%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
simple_
shutdown
0.1.0
All Items
Crate Items
Structs
Traits
Crate
simple_shutdown
Copy item path
Source
Structs
§
Shutdown
Signal
Future which completes once the associated task group has signaled a shutdown.
State
Task
Group
A group of potentially related tasks. Tasks spawned by this struct can be waited on or signaled to shut down.
Traits
§
Spawn