# `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 `select`ing or `poll`ing
on other file descriptors, and you want to add a channel to it.