tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.09k stars 110 forks source link

Partially implement thread::{Thread,ThreadId} #175

Closed bdonlan closed 3 years ago

bdonlan commented 3 years ago

This implements Thread and ThreadId, with the exception of the park() and unpark() APIs.