You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/nix/poll/sidebar-items.js

1 line
442 B

5 years ago
initSidebarItems({"fn":[["poll","`poll` waits for one of a set of file descriptors to become ready to perform I/O. (`poll(2)`)"],["ppoll","`ppoll()` allows an application to safely wait until either a file descriptor becomes ready or until a signal is caught. (`poll(2)`)"]],"struct":[["PollFd","This is a wrapper around `libc::pollfd`."],["PollFlags","These flags define the different events that can be monitored by `poll` and `ppoll`"]]});