Poll (Unix)
System call
poll is a POSIX system call to wait for one or more file descriptors to become ready for use.
On the BSD descendants and macOS, it has been largely superseded by kqueue in high performance applications. On Linux, it has been superseded by ppoll and epoll.
Sources and credits
This article is adapted from the Wikipedia article “Poll (Unix)”, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.
Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.