File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use std::os::unix::io::BorrowedFd;
7
7
///
8
8
/// This file descriptor is equivalent to the one used by the underlying epoll/kqueue/event ports
9
9
/// instance for polling. The intention is that this file descriptor can be registered into an
10
- /// external runtime (like [`calloop`] or GLib) so that `async-io` can be seamlessly polled
10
+ /// external runtime (like [`calloop`] or [ GLib] ) so that `async-io` can be seamlessly polled
11
11
/// alongside the other runtime.
12
12
///
13
13
/// Not every backend used on `unix` has an associated file descriptor, however. While epoll,
@@ -25,6 +25,9 @@ use std::os::unix::io::BorrowedFd;
25
25
/// will not result in undefined behavior. This could include panics, incorrect results, aborts,
26
26
/// memory leaks, and non-termination.
27
27
///
28
+ /// [`calloop`]: https://docs.rs/calloop
29
+ /// [GLib]: https://en.wikipedia.org/wiki/GLib
30
+ ///
28
31
/// ## Example
29
32
///
30
33
/// ```
You can’t perform that action at this time.
0 commit comments