[−][src]Function picollar::tasktrack::spawn_for_join
pub fn spawn_for_join<T>(task: T) -> JoinHandle<T::Output> where
T: Future + Send + 'static,
T::Output: Send + 'static,
pub fn spawn_for_join<T>(task: T) -> JoinHandle<T::Output> where
T: Future + Send + 'static,
T::Output: Send + 'static,