Rocket/core
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
..
codegen Revamp 'Response', 'Body' types. 2021-04-28 02:21:33 -07:00
http Implement graceful shutdown. 2021-04-28 03:20:44 -07:00
lib Implement graceful shutdown. 2021-04-28 03:20:44 -07:00