fn pwritev(self: *Loop, fd: os.fd_t, iov: []const os.iovec_const, offset: u64, simulate_evented: bool) os.PWriteError!usize
[src]
Performs an async os.pwritev
using a separate thread. fd
must block and not return EAGAIN.
fn pwritev(self: *Loop, fd: os.fd_t, iov: []const os.iovec_const, offset: u64, simulate_evented: bool) os.PWriteError!usize
Performs an async os.pwritev
using a separate thread. fd
must block and not return EAGAIN.