| Crates.io | shared_thread |
| lib.rs | shared_thread |
| version | 0.2.0 |
| created_at | 2025-05-02 20:52:10.654341+00 |
| updated_at | 2025-06-15 21:46:04.674605+00 |
| description | similar to shared_child, but for threads instead of processes |
| homepage | |
| repository | https://github.com/oconnor663/shared_thread.rs |
| max_upload_size | |
| id | 1658164 |
| size | 19,771 |
This crate provides SharedThread, a wrapper around
std::thread::JoinHandle
that lets multiple threads wait on a shared thread and read its output.