sync-fd 0.1.0

`sync` primitives with associated file descriptors
Documentation
1
2
3
4
5
6
7
# `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.