f15ecdda06
* mixnode: add graceful notification to most tasks * Add note about remaining work * task/shutdown: add shutdown timer * changelog: add entry for shutdown * mixnode: revert some temp changes * common/task: make sure to use latest tokio
7 lines
177 B
Rust
7 lines
177 B
Rust
// Copyright 2022 - Nym Technologies SA <contact@nymtech.net>
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
pub mod shutdown;
|
|
|
|
pub use shutdown::{ShutdownListener, ShutdownNotifier};
|