[][src]Function festivities::fork

pub fn fork<ID, CHILD>(
    test_path: &str,
    fork_id: ID,
    timeout: Option<u64>,
    in_child: CHILD
) -> Result<Output> where
    ID: Hash,
    CHILD: FnOnce(),