Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 301 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 301 Bytes

mio-anonymous-pipes

Wrapper around windows anonymous pipes (which are synchronous and do not support IOCP) so that they are asynchronous and implement mio::Evented. Achieves this using a temporary buffer and a worker thread to move data from the synchronous pipe into the buffer.