Function update [src]

Prototype

pub fn update(w: *Watch, gpa: Allocator, steps: []const *Step) !void

Parameters

w: *Watchgpa: Allocatorsteps: []const *Step

Source

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