mio-anonymous-pipes

Crates.iomio-anonymous-pipes
lib.rsmio-anonymous-pipes
version0.2.0
created_at2018-12-08 12:30:52.35373+00
updated_at2021-07-10 06:49:05.538132+00
descriptionAsynchronous wrapper for windows synchronous pipes
homepage
repositoryhttps://github.com/davidhewitt/mio-anonymous-pipes
max_upload_size
id100813
size14,730
David Hewitt (davidhewitt)

documentation

README

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.

Commit count: 0

cargo fmt