fn Watch(comptime V: type) type
V: type,
channel: field_call,
os_data: OsData,
allocator: Allocator,
fn addFile(self: *Self, file_path: []const u8, value: V) !?V
No documentation provided.
fn deinit(self: *Self) void
fn init(allocator: Allocator, event_buf_count: usize) !*Self
fn removeFile(self: *Self, file_path: []const u8) !?V