true if submission succeeded.IoUringFileRing.submitWrite
bool submitWrite(int fd, const(void) * buf, uint len, ulong offset, ulong userData) @trusted nothrowSubmit a write operation to the ring.
Parameters
fd | File descriptor to write to. |
buf | Buffer containing data to write. |
len | Number of bytes to write. |
offset | File offset. |
userData | User data returned with completion. |