Rocket/site/guide
Sergio Benitez 0ba56ccbb3 Revamp shutdown to recover shutdown 'Rocket'.
The core improvement is that `Rocket::launch()` now resolves to
`Ok(Rocket<Ignite>)` on nominal shutdown. Furthermore, shutdown never
terminates the running process.

Other changes directly related to shutdown:

  * Runtime worker thread names are now irrelevant to graceful shutdown.
  * `ErrorKind::Runtime` was removed; `ErrorKind::Shutdown` was added.
  * The `force` config value is only read from the default provider.
  * If `force`, Rocket's constructed async runtime is terminated.

Other related changes:

  * The exported `hyper` module docs properly reflect public re-exports.
2022-05-07 06:12:24 -05:00
..
0-introduction.md Update various dead hyperlinks; change some links from http to https. 2021-02-20 12:01:44 -08:00
1-quickstart.md New version: 0.5.0-rc.1. 2021-06-09 09:52:37 -07:00
01-upgrading-from-0.4.md Clean up upgrade guide, FAQ. Mention FAQ more. 2021-08-29 16:55:07 -07:00
2-getting-started.md Fix 'ROCKET_CLI_COLORS' example in getting started guide: 'off' -> 'false'. 2021-07-24 15:15:43 -07:00
3-overview.md Revamp shutdown to recover shutdown 'Rocket'. 2022-05-07 06:12:24 -05:00
4-requests.md Add clarity around 'serde' re-exports. 2022-05-06 04:38:27 -05:00
5-responses.md Add clarity around 'serde' re-exports. 2022-05-06 04:38:27 -05:00
6-state.md Fix header level of "Within Guards" in guide. 2021-06-30 21:02:28 -07:00
7-fairings.md Fix typo in fairings guide: missing 'of the'. 2021-07-24 14:55:50 -07:00
8-testing.md Add 0.5 migration guide, FAQ to site docs. 2021-08-19 19:49:23 -07:00
9-configuration.md Revamp shutdown to recover shutdown 'Rocket'. 2022-05-07 06:12:24 -05:00
10-pastebin.md New version: 0.5.0-rc.1. 2021-06-09 09:52:37 -07:00
11-conclusion.md Clean up upgrade guide, FAQ. Mention FAQ more. 2021-08-29 16:55:07 -07:00
12-faq.md Clean up upgrade guide, FAQ. Mention FAQ more. 2021-08-29 16:55:07 -07:00
index.md Clean up upgrade guide, FAQ. Mention FAQ more. 2021-08-29 16:55:07 -07:00