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.
macro_rules! run_with_obs_blocking {
($self:expr, $operation:expr) => { ... };
($self:expr, ($($var:ident),* $(,)*), $operation:expr) => { ... };
}
This function can only be called OUTSIDE of the OBS thread.