[][src]Function bve::concurrency::spawn

pub fn spawn<T>(f: impl FnOnce() -> T + Send + 'static) -> JoinHandle<T> where
    T: Send + 'static, 

Spawn a thread with the currently set global logger.

This is aliased in the concurrency module.