Searched defs:spawn_unchecked (Results 1 – 1 of 1) sorted by relevance
504 pub unsafe fn spawn_unchecked<'a, F, Fut, S>( in spawn_unchecked() method651 pub unsafe fn spawn_unchecked<F, S>(future: F, schedule: S) -> (Runnable, Task<F::Output>) in spawn_unchecked() function