summaryrefslogtreecommitdiff
path: root/src/poll.rs
diff options
context:
space:
mode:
authorBryant Mairs <bryantmairs@google.com>2018-01-14 11:02:22 -0800
committerBryant Mairs <bryantmairs@google.com>2018-01-28 17:39:12 -0800
commit785ac7e2e1c429bd4878fdeb313060e80de58616 (patch)
treeb781343c959ecc8b1ff10c5f0fad457c3ce21013 /src/poll.rs
parent9cfe81cdf127ec1e2703140cbd11e46a67a99e32 (diff)
downloadnix-785ac7e2e1c429bd4878fdeb313060e80de58616.zip
Require docs for the poll module
Diffstat (limited to 'src/poll.rs')
-rw-r--r--src/poll.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/poll.rs b/src/poll.rs
index 4e87d43d..f3046ff3 100644
--- a/src/poll.rs
+++ b/src/poll.rs
@@ -1,3 +1,4 @@
+//! Wait for events to trigger on specific file descriptors
#[cfg(any(target_os = "android", target_os = "dragonfly", target_os = "freebsd", target_os = "linux"))]
use sys::time::TimeSpec;
#[cfg(any(target_os = "android", target_os = "dragonfly", target_os = "freebsd", target_os = "linux"))]