prepWritev

Prepares writev operation.

nothrow @nogc ref @trusted
SubmissionEntry
prepWritev
(
V
)
(
return ref SubmissionEntry entry
,
int fd
,
ref const V buffer
,
long offset
)
if (
is(V == iovec[]) ||
is(V == iovec)
)

Parameters

entry SubmissionEntry

SubmissionEntry to prepare

fd int

file descriptor of file we are operating on

offset long

offset

buffer V

iovec buffers to be used by the operation

Meta