Home
last modified time | relevance | path

Searched defs:spawn_unchecked (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/async-task/src/
Drunnable.rs504 pub unsafe fn spawn_unchecked<'a, F, Fut, S>( in spawn_unchecked() method
651 pub unsafe fn spawn_unchecked<F, S>(future: F, schedule: S) -> (Runnable, Task<F::Output>) in spawn_unchecked() function