Function wait [src]
Prototype
pub fn wait(w: *Watch, gpa: Allocator, timeout: Timeout) !WaitResult Parameters
w: *Watchgpa: Allocatortimeout: Timeout Source
pub fn wait(w: *Watch, gpa: Allocator, timeout: Timeout) !WaitResult {
return Os.wait(w, gpa, timeout);
}