process_await

Function process_await 

Source
pub fn process_await<O>(observable: O) -> Await<O, O::Message>
where O: Observable, O::Message: Clone + 'static,
Expand description

Await a signal that should be emitted by the specified observable.