Docs.rs
otter-nodejs-tests-1.2.1
otter-nodejs-tests 1.2.1
Permalink
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
ijackson
fanf2
Dependencies
fehler ^1
normal
indexmap ^1.6
normal
otter =1.2.1
normal
otter-api-tests =1.2.1
normal
serde ^1
normal
structopt ^0.3
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module poll
otter_
nodejs_
tests
1.2.1
Module poll
Module Items
Structs
Functions
In otter_
nodejs_
tests::
nix
otter_nodejs_tests
::
nix
Module
poll
Copy item path
Source
Expand description
Wait for events to trigger on specific file descriptors
Structs
§
PollFd
This is a wrapper around
libc::pollfd
.
Poll
Flags
These flags define the different events that can be monitored by
poll
and
ppoll
Functions
§
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)
)