mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-11-28 17:42:00 +00:00
7b9c383eb0
They now use signals to guarantee we are testing the code paths we want to be testing.
10 lines
124 B
Rust
10 lines
124 B
Rust
mod setup;
|
|
|
|
mod cancellation;
|
|
mod cycles;
|
|
mod frozen;
|
|
mod independent;
|
|
mod race;
|
|
mod signal;
|
|
mod stress;
|
|
mod true_parallel;
|