fn openZ(self: *Loop, file_path: [*:0]const u8, flags: u32, mode: os.mode_t) os.OpenError!os.fd_t
Performs an async os.open using a separate thread.
os.open
self: *Loop,
file_path: [*:0]const u8,
flags: u32,
mode: os.mode_t,