package
0.2.2
Repository: https://github.com/tkw1536/proxyssh.git
Documentation: pkg.go.dev

# Functions

Copy is like io.Copy, but wrapping dst and src using Writer and Reader methods.
CopyLeak is like Copy with timeout being half the memory leak timeout.
Read is a replacement for reader.Read() that returns within timeout after context is canncelled.
Reader returns a new reader with the Read method calling Read().
StdCopy is like stdcopy.StdCopy, but wrapping readers using Reader() and writers using Writer().
StdCopyLeak is like StdCopy with timeout being half the memory leak timeout.
Wait performs action in a concurrent goroutine and returns true once it has completed.
Write is a replacement for writer.Write() that returns within timeout after context is cancelled.
Writer returns a new writer with the Write method calling Write().

# Variables

ErrCanceled is returned by Read() or Write() when the context was canceled and the timeout expired.