salsa/tests/parallel/main.rs
Niko Matsakis 8a3cc6e404 add a test for handle cancellation
I realized there weren't any!
2024-07-24 10:36:07 +00:00

8 lines
180 B
Rust

mod setup;
mod parallel_cancellation;
mod parallel_cycle_all_recover;
mod parallel_cycle_mid_recover;
mod parallel_cycle_none_recover;
mod parallel_cycle_one_recover;
mod signal;