Rocket/core/http
Sergio Benitez a72e8da735 Implement graceful shutdown.
The crux of the implementation is as follows:

  * Configurable ctrl-c, signals that trigger a graceful shutdown.
  * Configurable grace period before forced I/O termination.
  * Programatic triggering via an application-wide method.
  * A future (`Shutdown`) that resolves only when shutdown is requested.

Resolves #180.
2021-04-28 03:20:44 -07:00
..
src Implement graceful shutdown. 2021-04-28 03:20:44 -07:00
Cargo.toml Introduce statically-enforced 'Rocket' phasing. 2021-04-13 19:26:45 -07:00