pub fn spawn<F>(id: &'static str, task: F) -> TaskHandlewhere F: Future<Output = ()> + ConditionallySend,