Function rasi_syscall::syscall_spawn
source · pub fn syscall_spawn<Fut>(syscall: &dyn Executor, fut: Fut)Available on crate feature
executor only.Expand description
Spawns a task that polls the given future with output () to completion.