Function wasm_nonsend

Source
pub async fn wasm_nonsend<F, Fut, T>(func: F) -> T
where F: 'static + FnOnce() -> Fut + Send, Fut: 'static + Future<Output = T>, T: 'static + Send,
Expand description

Wraps a constructor function to send and construct the future on a worker thread