sync-fd
sync-fd is a library that provides synchronization primitives that are
associated with file descriptors.
This is useful if you've got a thread that's already selecting or polling
on other file descriptors, and you want to add a channel to it.