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.

Parameters

self: *Loop,
fd: os.fd_t,
bytes: []const u8,
offset: u64,
simulate_evented: bool,