Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipe9x logo Pipe9x

This library provides Windows pipes with asyncronous I/O on Windows 9x and Windows NT, notifying of read/write completion via event objects and/or polling.

On Windows 98, the library uses anonymous pipes and background threads to run the ReadFile/WriteFile calls.

On Windows NT, the library uses named pipes and overlapped I/O.

The API is documented with Doxygen and readable online.

About

Pipes with overlapped-style I/O on Windows 9x

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages