Available on crate feature
task only.Expand description
Extensions to the std::task & tokio::task module.
Re-exports§
pub use graceful::GracefulTask;
Modules§
- graceful
- Asynchronous tasks that can be gracefully shutdown.
- task_
tracker task_tracker - Extensions to
tokio_util::task::TaskTracker.