Search code examples
How to perform a non-blocking write to a USB HID device?...


timeoutusbnonblockinghidoverlapped-io

Read More
Using and Overlapped Named Pipe in Python 3.7...


pythonpipenamed-pipesoverlapped-io

Read More
Is there really no asynchronous block I/O on Linux?...


linuxasynchronousposixoverlapped-ioio-uring

Read More
How do I use native (p/invoke) overlapped IO from C# utilizing async/await?...


c#async-awaitpinvokeoverlapped-io

Read More
WinSock: How to properly time out receive using overlapped I/O...


windowswinsockoverlapped-ioio-completion-portsgetoverlappedresult

Read More
Race-free way to asynchronously start AND cancel I/O on another thread in Windows...


casynchronouswinapioverlapped-io

Read More
Is it possible to recover an allocated OVERLAPPED structure used in a pending I/O operation?...


c++asynchronouswinapioverlapped-ioio-completion-ports

Read More
WSAGetOverlappedResult doesn't return data from socket...


winsock2overlapped-iogetoverlappedresult

Read More
When using WSASend in overlapped mode, when should I free the buffers?...


c++windowssocketswinsockoverlapped-io

Read More
Why is WriteFile not advancing the file offset for subsequent writes in this code?...


c++windowswin32-processoverlapped-io

Read More
Calls to ReadFile return ERROR_WORKING_SET_QUOTA...


winapireadfileoverlapped-io

Read More
Is it possible to change HANDLE that has been opened for synchronous I/O to be opened for asynchrono...


winapiasynchronoussynchronouscreatefileoverlapped-io

Read More
Overlapped.AsyncResult doesn't change even after operation completed successfully...


c#kernel32overlapped-io

Read More
Using the timeout in GetOverlappedResultEx to simulate a wait with timeout?...


winapioverlapped-iogetoverlappedresult

Read More
Can too many WSASend in short time be a problem?...


socketsnetworkingiocpoverlapped-io

Read More
WaitCommEvent Fails Invalid Parameter on Second Pass...


c++asynchronousioserial-portoverlapped-io

Read More
overlapping output while reading from fifo: how to fix/avoid this?...


perlpipefiforhel5overlapped-io

Read More
Unexpected WSA_IO_PENDING from blocking (with overlapped I/O attribute) Winsock2 calls...


socketswindows-10winsock2overlapped-io

Read More
Windows socket completion routine callback after closesocket...


windowssocketsoverlapped-io

Read More
What is the purpose of WSA_WAIT_EVENT_0 in overlapped IO?...


cwinsock2overlapped-io

Read More
Windows WriteFile blocks even with FILE_FLAG_OVERLAPPED...


c++windowsasynchronouswritefileoverlapped-io

Read More
ReadFileEx() completion routine not called...


c++windowswinapiasynchronousoverlapped-io

Read More
will socket async operation ever complete synchronously?...


windowssocketsasynchronousasyncsocketoverlapped-io

Read More
Windows overlapped IO actually blocks...


cwindowswinapioverlapped-io

Read More
How to juggle FILE_SKIP_COMPLETION_PORT_ON_SUCCESS, IOCP, and cleanup...


cwinapiiocpoverlapped-ioio-completion-ports

Read More
Why is asynchronous IO preferred...


c++socketswinapiasynchronousoverlapped-io

Read More
Business logic in IO completion Port...


c++winsock2asyncsocketoverlapped-ioio-completion-ports

Read More
How to signal file HANDLE waiting with WaitForSingleObject...


c++multithreadingwinapithread-synchronizationoverlapped-io

Read More
Read lines from file async using WINAPI ReadFile...


c++multithreadingwinapicreatefileoverlapped-io

Read More
Non blocking sockets with overlapped I/O...


c++socketsnonblockingoverlapped-io

Read More
BackNext