poll (Unix)
From HandWiki
Short description: System call
poll is a POSIX system call to wait for one or more file descriptors to become ready for use.[1]
On *BSD and macOS, it has been largely superseded by kqueue in high performance applications.[2] On Linux, it has been superseded by ppoll and epoll.[2]
See also
Note: This topic belongs to " Computer programming
" portal
References
External links
- The Single UNIX Specification, Issue 7 from The Open Group – System Interfaces Reference,
- man-pages for
poll(2)
in FreeBSD, NetBSD, OpenBSD and DragonFly BSD
Original source: https://en.wikipedia.org/wiki/Poll (Unix).
Read more |