rsiot::executor

Function join_set_spawn

source
pub fn join_set_spawn<F, T>(join_set: &mut JoinSet<T>, task: F)
where F: Future<Output = T> + 'static, T: Send + 'static,
Expand description

Добавить задачу в множество задач (однопоточная версия)