Documentation
¶
Overview ¶
Package winpoll provides a non-consuming readability probe for Windows file handles. On non-Windows platforms it is a no-op stub: callers should use the platform-native poll(2) path instead.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PollNonConsuming ¶
PollNonConsuming returns supported=false on non-Windows platforms. Callers should not depend on this stub for readiness checking — Unix builds use the poll(2) path in builtins/read/poll_unix.go directly.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.