mirror of
https://github.com/neogeek23/rusty_snek_gaem.git
synced 2026-02-04 11:08:40 +00:00
1 line
443 B
JavaScript
1 line
443 B
JavaScript
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":[["EventFlags","These flags define the different events that can be monitored by `poll` and `ppoll`"],["PollFd","This is a wrapper around `libc::pollfd`."]]}); |