Skip to main content

install_eval_context

Function install_eval_context 

Source
pub fn install_eval_context(globals: Arc<GlobalEnv>, ns: Arc<str>)
Expand description

Install a previously captured eval context on the current thread.

Call this at the start of a spawned thread so that invoke works.