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.
