IoUringFileRing.submitWrite

bool submitWrite(int fd, const(void) * buf, uint len, ulong offset, ulong userData) @trusted nothrow

Submit a write operation to the ring.

Parameters

fdFile descriptor to write to.
bufBuffer containing data to write.
lenNumber of bytes to write.
offsetFile offset.
userDataOpaque value returned with the completion.

Returns

true if submission succeeded.