Finomnis/tokio-graceful-shutdown
Provides utility functions to perform a graceful shutdown on tokio-rs based services
RustApache-2.0
Issues
- 2
- 3
Spawn subsystems with the tokio::Task::Builder API to name the subsystems.
#87 opened by hirschenberger - 7
- 2
Consider move from log to tracing
#57 opened by starua - 1
- 4
Provide access to SubsystemHandle
#54 opened by Ten0 - 33
Program hangs after successful shutdown
#50 opened by DASPRiD - 5
- 0
- 6
macOS support?
#43 opened by beeb - 10
Provide helpers for common cancellation patterns
#40 opened by Finomnis - 27
Wait on NestedSubsystem
#37 opened by viveksjain - 0
- 1
- 1
Refactor partial shutdown
#34 opened by Finomnis - 0
- 4
Make errors types adjustable
#21 opened by Finomnis - 19
Question regarding usage in a non-trivial case
#25 opened by DASPRiD - 1
Allow nested toplevels
#28 opened by Finomnis - 8
Passing errors from subsystems to application code instead of simply printing them
#20 opened by TheButlah - 14
Replace anyhow dependency
#13 opened by cking - 2
Memory leak due to Arc cycles
#19 opened by TheButlah - 1
The problem of Edition 2021
#9 opened by rts-gordon - 4
Restart failed tasks
#5 opened by dlight