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