syscall_spawn

Function syscall_spawn 

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

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