Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 270 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 270 Bytes

Asynchronous IO for Go

Package aio implements asynchronous IO in Go (epoll/kqueue based).

    go get github.com/rainycape/aio

GoDoc