pub fn spawn<T>(future: T) -> Result<JoinHandle<T::Output>, Error>where T: Future + Send + 'static, T::Output: Send + 'static,
Spawn new thread