mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-09-05 16:47:31 -04:00
Add file and pipe Windows wrappers
This includes Reader, Writer, and Closer interfaces on top of Windows file handles in a way that does not block the system thread while the IO is outstanding. This also includes net.Listener and net.Conn for named pipes.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package winio
|
||||
|
||||
//go:generate go run mksyscall_windows.go -output zsyscall.go file.go pipe.go
|
||||
Reference in New Issue
Block a user