pub fn syscall_spawn<Fut>(syscall: &dyn Executor, fut: Fut)
where Fut: Future<Output = ()> + Send + 'static,
Available on crate feature executor only.
Expand description

Spawns a task that polls the given future with output () to completion.