[][src]Function kayrx::fiber::run

pub fn run<F, R>(f: F) -> JoinHandle<R> where
    F: FnOnce() -> R + Send + 'static,
    R: Send + 'static, 

Run fiber on the Threadpool.