shared_thread.rs

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