mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-08-31 06:16:46 -04:00
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.
6 lines
210 B
Markdown
6 lines
210 B
Markdown
# go-winio
|
|
|
|
This repository contains utilities for efficiently performing Win32 IO operations in
|
|
Go. Currently, this is focused on accessing named pipes.
|
|
|
|
Please see the LICENSE file for licensing information. |