Function with_llvm_context

Source
pub fn with_llvm_context<R>(f: impl FnOnce(&Context) -> R) -> R
Expand description

Executes the given closure with a thread-local LLVM context.