☰
D
dejadoc
EVE
/
eve.aio.windows.io
/
AsyncFileState.submitWrite
🔍
☾
AsyncFileState.submitWrite
int submitWrite(ubyte[] data, ulong offset)
@trusted
nothrow
Submit an overlapped write operation.
Parameters
data
Data to write.
offset
File offset to write to.
Returns
0
on success (pending),
-1
on failure.