Function update [src]
Prototype
pub fn update(w: *Watch, gpa: Allocator, steps: []const *Step) !void
Parameters
w: *Watch
gpa: Allocator
steps: []const *Step
Source
pub fn update(w: *Watch, gpa: Allocator, steps: []const *Step) !void {
return Os.update(w, gpa, steps);
}