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