Skip to content

davidhewitt/mio-anonymous-pipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

mio::Evented wrapper for windows anonymous pipes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages