Trait winrt::RtAsyncAction

source ·
pub trait RtAsyncAction {
    fn blocking_wait(&self);
}
Expand description

Extension for IAsyncAction with helper method.

Required Methods§

Waits for the asynchronous action to complete, blocking the current thread.

Implementors§