Skip to content
/ pipeat Public

Like io.Pipe() but supports ReadAt() and WriteAt()

License

Notifications You must be signed in to change notification settings

eikenb/pipeat

Repository files navigation

PipeAt

Works like io.Pipe() but allows use of ReadAt/WriteAt and asynchronous operations. Useful for connecting IO pipelines where one or both ends require offset based file access.

GoDoc Build Status

About

Like io.Pipe() but supports ReadAt() and WriteAt()

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages