pub fn channel<T>(init: T) -> (Sender<T>, Receiver<T>)
don’t use across threads as it can cause panic in WASM