fn Watch(comptime V: type) type

Parameters

V: type,

Fields

channel: field_call,
os_data: OsData,
allocator: Allocator,

Types

Functions

fn addFile(self: *Self, file_path: []const u8, value: V) !?V

No documentation provided.

fn deinit(self: *Self) void

No documentation provided.

fn init(allocator: Allocator, event_buf_count: usize) !*Self

No documentation provided.

fn removeFile(self: *Self, file_path: []const u8) !?V

No documentation provided.