Rocket/core/lib
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
tests Revamp 'Response', 'Body' types. 2021-04-28 02:21:33 -07:00
Cargo.toml Implement a more performant 'ReaderStream'. 2021-04-13 17:45:09 -07:00
build.rs Update minimum rustc to 1.46. 2020-10-21 19:56:12 -07:00