mirror of https://github.com/rwf2/Rocket.git
0ba56ccbb3
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. |
||
---|---|---|
.. | ||
ui-fail | ||
ui-fail-nightly | ||
ui-fail-stable | ||
async-entry.rs | ||
async-routes.rs | ||
catcher.rs | ||
expansion.rs | ||
from_form.rs | ||
from_form_field.rs | ||
responder.rs | ||
route-data.rs | ||
route-format.rs | ||
route-ranking.rs | ||
route-raw.rs | ||
route.rs | ||
segment-ignore.rs | ||
typed-uris.rs | ||
ui-fail.rs | ||
uri_display.rs |