Skip to content

Commit

Permalink
Minor beautification
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Feb 7, 2024
1 parent 121414f commit 1c9d05f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/20_orchestrated_shutdown_order.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
//! This example demonstrates how a parent subsystem could orchestrate the shutdown order of its children manually.
//! This example demonstrates how a parent subsystem could orchestrate
//! the shutdown order of its children manually.
//!
//! This is done by spawning the children in 'detached' mode to prevent that the shutdown signal gets passed to the children.
//! This is done by spawning the children in 'detached' mode to prevent
//! that the shutdown signal gets passed to the children.
//! Then, the parent calls `initialize_shutdown` on each child manually.

use miette::Result;
Expand Down

0 comments on commit 1c9d05f

Please sign in to comment.