Skip to main content

scope

Function scope 

Source
pub fn scope<R>(host: Rc<dyn Host>, call: impl FnOnce() -> R) -> R
Expand description

Run call, one call of a native plugin, with host behind the host function on this thread.