Function crosstarget_utils::task::spawn
source · pub fn spawn<T>(future: T) -> JoinHandle<T::Output>where
T: Future + Send + 'static,
T::Output: Send + 'static,
pub fn spawn<T>(future: T) -> JoinHandle<T::Output>where
T: Future + Send + 'static,
T::Output: Send + 'static,