7 | ||| A file descriptor for signal handling.
8 | |||
9 | ||| This can be used for synchronous signal handling using
10 | ||| (blocking) `readSignalfd` directly, or for asynchronous signal handling
11 | ||| using `epoll`.
12 | export