sync-fd 0.1.0

`sync` primitives with associated file descriptors
Documentation
  • Coverage
  • 33.33%
    8 out of 24 items documented0 out of 14 items with examples
  • Size
  • Source code size: 34.5 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.28 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • mmastrac/sync-fd
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mmastrac

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.