var ErrDeadlineExceedederror
ErrDeadlineExceeded is returned for an expired deadline.
This is exported by the os package as os.ErrDeadlineExceeded.
var ErrFileClosingerror
ErrFileClosing is returned when a file descriptor is used after it
has been closed.
var ErrNetClosingerror
ErrNetClosing is returned when a network descriptor is used after
it has been closed. Keep this string consistent because of issue
#4373: since historically programs have not been able to detect
this error, they look for the string.
var ErrNoDeadlineerror
ErrNoDeadline is returned when a request is made to set a deadline
on a file type that does not use the poller.
var ErrNotPollableerror
ErrNotPollable is returned when the file or socket is not suitable
for event notification.
func IsPollDescriptor(fd uintptr) bool
IsPollDescriptor reports whether fd is the descriptor being used by the poller.
This is only used for testing.
var TestHookDidWritev func(wrote int)
TestHookDidWritev is a hook for testing writev.
The pages are generated with Goldsv0.1.6. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project and developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds.