tokio-rs / loom

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

Enable user pruning of exploration branches #323

Closed carllerche closed 1 year ago

carllerche commented 1 year ago

This will help setup complex tests that aim to cover specific cases without doing an exhaustive search.

Used by tokio-rs/tokio#5907