Home
last modified time | relevance | path

Searched defs:errNetClosing (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/
Dfd.go18 type errNetClosing struct{} struct
24 func (e errNetClosing) Error() string { return "use of closed network connection" }
26 func (e errNetClosing) Timeout() bool { return false }
27 func (e errNetClosing) Temporary() bool { return false }