Initiate a vectored write request.

Synopsis

Declared in <folly/io/async/AsyncBase.h>

virtual
void
pwritev(
    int fd,
    iovec const* iov,
    int iovcnt,
    off_t start) = 0;

Parameters

Name

Description

fd

File descriptor to write to.

iov

Array of iovec entries to write from.

iovcnt

Number of entries in iov.

start

Offset in the file to write to.

Created with MrDocs