shared_thread 0.2.0

similar to shared_child, but for threads instead of processes
Documentation
  • Coverage
  • 100%
    9 out of 9 items documented1 out of 8 items with examples
  • Size
  • Source code size: 19.3 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.54 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • oconnor663/shared_thread.rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • oconnor663

shared_thread.rs Actions Status crates.io docs.rs

This crate provides SharedThread, a wrapper around std::thread::JoinHandle that lets multiple threads wait on a shared thread and read its output.