natefinch / npipe

A Windows named pipe implementation written in pure Go.
MIT License
297 stars 73 forks source link

Add accessors for the underlying pipe handle. #15

Open mtstickney opened 8 years ago

mtstickney commented 8 years ago

This is primarily useful for things like changing the security attributes of the pipe.

Review on Reviewable