package rwcancel
import "golang.zx2c4.com/wireguard/rwcancel"
Package rwcancel implements cancelable read/write operations on a file descriptor.
Index ¶
Functions ¶
func RetryAfterError ¶
Types ¶
type RWCancel ¶
type RWCancel struct {
// contains filtered or unexported fields
}
func NewRWCancel ¶
func (*RWCancel) Cancel ¶
func (*RWCancel) Close ¶
func (rw *RWCancel) Close()
func (*RWCancel) Read ¶
func (*RWCancel) ReadyRead ¶
func (*RWCancel) ReadyWrite ¶
func (*RWCancel) Write ¶
Source Files ¶
rwcancel.go
- Version
- v0.0.0-20250505131008-436f7fdc1670 (latest)
- Published
- May 5, 2025
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 2 days ago –
Tools for package owners.