fn pwrite(self: *Loop, fd: os.fd_t, bytes: []const u8, offset: u64, simulate_evented: bool) os.PerformsWriteError!usize
Performs an async os.pwrite using a separate thread. fd must block and not return EAGAIN.
os.pwrite
fd
self: *Loop,
fd: os.fd_t,
bytes: []const u8,
offset: u64,
simulate_evented: bool,