mirror of https://github.com/rwf2/Rocket.git
Clarify that rocket::launch doesn't return on success.
This commit is contained in:
parent
65da988962
commit
ec92046d3a
|
@ -528,7 +528,8 @@ impl Rocket {
|
|||
}
|
||||
|
||||
/// Starts the application server and begins listening for and dispatching
|
||||
/// requests to mounted routes and catchers.
|
||||
/// requests to mounted routes and catchers. Unless there is an error, this
|
||||
/// function does not return and blocks until program termination.
|
||||
///
|
||||
/// # Error
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue