Skip to content

Commit

Permalink
Update docs of catch_signals
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Dec 2, 2023
1 parent d261e7b commit 1b3c148
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/toplevel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,15 @@ impl<ErrType: ErrTypeTraits> Toplevel<ErrType> {
/// The following signals will be handled:
///
/// - On Windows:
/// - Ctrl+C (SIGINT)
/// - `CTRL_C`
/// - `CTRL_BREAK`
/// - `CTRL_CLOSE`
/// - `CTRL_SHUTDOWN`
///
/// - On Unix:
/// - SIGINT and SIGTERM
/// - `SIGINT`
/// - `SIGTERM`
/// - `SIGHUP`
///
/// # Caveats
///
Expand Down

0 comments on commit 1b3c148

Please sign in to comment.