shared_thread

Crates.ioshared_thread
lib.rsshared_thread
version0.2.0
created_at2025-05-02 20:52:10.654341+00
updated_at2025-06-15 21:46:04.674605+00
descriptionsimilar to shared_child, but for threads instead of processes
homepage
repositoryhttps://github.com/oconnor663/shared_thread.rs
max_upload_size
id1658164
size19,771
Jack O'Connor (oconnor663)

documentation

https://docs.rs/shared_thread

README

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.

Commit count: 13

cargo fmt