Clarify return policy of Application::run
This commit is contained in:
parent
c73f23c380
commit
26a35b7d7e
3 changed files with 8 additions and 8 deletions
|
|
@ -115,8 +115,8 @@ pub trait Sandbox {
|
|||
|
||||
/// Runs the [`Sandbox`].
|
||||
///
|
||||
/// This method will take control of the current thread and __will NOT
|
||||
/// return__.
|
||||
/// On native platforms, this method will take control of the current thread
|
||||
/// and __will NOT return__.
|
||||
///
|
||||
/// It should probably be that last thing you call in your `main` function.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue