pub async fn wasm_nonsend<F, Fut, T>(func: F) -> Twhere F: 'static + FnOnce() -> Fut + Send, Fut: 'static + Future<Output = T>, T: 'static + Send,
Wraps a constructor function to send and construct the future on a worker thread