recoverable_spawn/
lib.rs

1
2
3
4
pub(crate) mod thread;

pub use std::thread::JoinHandle;
pub use thread::spawn::*;