#async #futures #signal #tokio #web

bin+lib tokio-shutdown

Wait for a stop signal across multiple threads

4 releases

0.1.3 Aug 19, 2022
0.1.2 May 27, 2022
0.1.1 May 26, 2022
0.1.0 Feb 1, 2022

#428 in Asynchronous

Download history 35/week @ 2022-12-07 22/week @ 2022-12-14 53/week @ 2022-12-21 16/week @ 2022-12-28 23/week @ 2023-01-04 16/week @ 2023-01-11 28/week @ 2023-01-18 429/week @ 2023-01-25 603/week @ 2023-02-01 84/week @ 2023-02-08 71/week @ 2023-02-15 108/week @ 2023-02-22 158/week @ 2023-03-01 205/week @ 2023-03-08 426/week @ 2023-03-15 154/week @ 2023-03-22

966 downloads per month

MIT license

10KB
88 lines

Tokio Shutdown

Build Status Repository Documentation

Tiny crate that allows to wait for a stop signal across multiple threads. Helpful mostly in server applications that run indefinitely and need a signal for graceful shutdowns.

Usage

Add tokio-shutdown to your project with cargo add tokio-shutdown (needs cargo-edit) or add it manually to your Cargo.toml:

[dependencies]
tokio-shutdown = "<latest-version>"

In addition, you will need to use the lastest tokio runtime to use this library, as it uses async/await and is bound to this runtime.

Example

For examples check out the basic and streaming, or consult the docs.

License

This project is licensed under MIT License (or http://opensource.org/licenses/MIT).

Dependencies

~3–7.5MB
~120K SLoC