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.

Parameters

self: *Loop,
file_path: [*:0]const u8,
flags: u32,
mode: os.mode_t,