netio

package
v0.2.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsTimeout

func IsTimeout(err error) bool

IsTimeout indicates if the given error is a timeout error.

func WithReadTimeout

func WithReadTimeout(conn net.Conn, timeout time.Duration) io.ReadWriteCloser

WithReadTimeout returns a ReadWriteCloser that applies the given timeout only to read operations.

func WithTimeout

func WithTimeout(conn net.Conn, timeout time.Duration) io.ReadWriteCloser

WithTimeout returns a ReadWriteCloser that applies the given timeout to read and write operations.

func WithWriteTimeout

func WithWriteTimeout(conn net.Conn, timeout time.Duration) io.ReadWriteCloser

WithWriteTimeout returns a ReadWriteCloser that applies the given timeout only to write operations.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL