pub(crate) fn run_in_thread_pool_with_globals<F: FnOnce(CurrentGcx) -> R + Send, R: Send>(
    edition: Edition,
    threads: usize,
    sm_inputs: SourceMapInputs,
    f: F
) -> R