prepReadv

Prepares readv operation.

nothrow @nogc
void
prepReadv
(
V
)
(
ref SubmissionEntry entry
,
int fd
,
ref const V buffer
,
ulong offset
)
if (
is(V == iovec[]) ||
is(V == iovec)
)

Parameters

entry
Type: SubmissionEntry

SubmissionEntry to prepare

fd
Type: int

file descriptor of file we are operating on

offset
Type: ulong

offset

buffer
Type: V

iovec buffers to be used by the operation

Meta