Files
2026-08-01 16:11:49 +03:00

575 B

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.