Macro run_with_obs_blocking

Source
macro_rules! run_with_obs_blocking {
    ($self:expr, $operation:expr) => { ... };
    ($self:expr, ($($var:ident),* $(,)*), $operation:expr) => { ... };
}
Expand description

This function can only be called OUTSIDE of the OBS thread.