Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 795 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 795 Bytes

Non Blocking IO

GoDoc codecov Build Status

Provides a reader and writer that will return an error if the file descriptor is not ready for reading / writing (respectfully).

Installation

go get github.com/kontera-technologies/non-blocking-io

Usage

package main
import nbio "github.com/kontera-technologies/non-blocking-io"