pub fn spawn<F>(name: &str, future: F) -> JaTaskwhere F: Future + Send + 'static, F::Output: Send + 'static,