poll (Unix)

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

poll is a POSIX system call to wait for one or more file descriptors to become ready for use.[1]

On the BSD descendants 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

[edit | edit source]

Lua error in mw.title.lua at line 392: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').

References

[edit | edit source]
  1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
[edit | edit source]