pub fn wait(w: *Watch, timeout: Timeout) !WaitResult
pub fn wait(w: *Watch, timeout: Timeout) !WaitResult { return Os.wait(w, timeout); }