Function zng_task::poll_spawn
source ยท pub fn poll_spawn<F>(task: impl IntoFuture<IntoFuture = F>)
Expand description
Polls the task
once immediately on the calling thread, if the task
is pending, continues execution in spawn
.
pub fn poll_spawn<F>(task: impl IntoFuture<IntoFuture = F>)
Polls the task
once immediately on the calling thread, if the task
is pending, continues execution in spawn
.