fn readv(self: *Loop, fd: os.fd_t, iov: []const os.iovec, simulate_evented: bool) os.ReadError!usize

Performs an async os.readv using a separate thread. fd must block and not return EAGAIN.

Parameters

self: *Loop,
fd: os.fd_t,
iov: []const os.iovec,
simulate_evented: bool,