Function deterministic::spawn::spawn

source ·
pub fn spawn<F, T>(f: F) -> JoinHandle<T>where
    F: FnOnce() -> T,
    F: Send + 'static,
    T: Send + 'static,
Expand description

Spawn a thread and transfer the deterministic Context.