This crate provides SharedThread, a wrapper around
std::thread::JoinHandle
that lets multiple threads wait on a shared thread and read its output, with an
optional timeout.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This crate provides SharedThread, a wrapper around
std::thread::JoinHandle
that lets multiple threads wait on a shared thread and read its output, with an
optional timeout.