Function razzy::spawn[][src]

pub fn spawn<T, H>(handler: H) -> Process<T> where
    T: Send + 'static,
    H: Runnable<T> + Send + 'static,