Skip to content

A golang package which provides a fan out style reader writer pipe.

License

Notifications You must be signed in to change notification settings

Ichbinjoe/fanoutwriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FanoutWriter

FanoutWriter is a Golang package that implements io.WriteCloser and allows for multiple io.ReadClosers to be created which may read the data which is written to the FanoutWriter at a speed independent of other io.ReadClosers. This is ideal for a single data source which must broadcast data to multiple readers who, for example, may be sitting over a variable speed network connection.

Documentation

Documentation for the FanoutWriter may be found on godoc.org

License

This code is licensed using the MIT License, which may be found here: LICENSE.

About

A golang package which provides a fan out style reader writer pipe.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages