poll (Unix)
In-game article clicks load inline without leaving the challenge.
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.
See also
External links
- –System Interfaces Reference,The Single UNIX Specification, Version 5 fromThe Open Group