Struct browser_window::application::ApplicationHandle [−][src]
pub struct ApplicationHandle { /* fields omitted */ }
Expand description
A thread-unsafe application handle. Often provided by for Browser Window.
Implementations
Causes the Runtime
to terminate.
The Runtime
’s Runtime::run
or spawn command will return the exit code provided.
This will mean that not all tasks might complete.
If you were awaiting
Note: Only available with feature threadsafe
enabled.
Transforms this application handle into a thread-safe version of it.
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ApplicationHandle
impl !Send for ApplicationHandle
impl !Sync for ApplicationHandle
impl Unpin for ApplicationHandle
impl UnwindSafe for ApplicationHandle
Blanket Implementations
Mutably borrows from an owned value. Read more