salsa/tests/parallel
Lukas Wirth 5ee3bdde58
refactor: Clean up par_map a bit (#742)
* Adjust safety argument of `par_map`

* More parallel APIs

* assert `ParallelDb` `Send` promise

* fix: Fix `par_map` unsoundness

* Add more parallel API tests
2025-03-24 19:45:12 +00:00
..
cycle_a_t1_b_t2.rs rewrite cycle handling to support fixed-point iteration (#603) 2025-03-10 22:25:47 +00:00
cycle_ab_peeping_c.rs chore: Use nextest for miri test runs (#758) 2025-03-15 10:30:23 +00:00
cycle_nested_three_threads.rs rewrite cycle handling to support fixed-point iteration (#603) 2025-03-10 22:25:47 +00:00
cycle_panic.rs rewrite cycle handling to support fixed-point iteration (#603) 2025-03-10 22:25:47 +00:00
main.rs refactor: Clean up par_map a bit (#742) 2025-03-24 19:45:12 +00:00
parallel_cancellation.rs feat: Drop Debug requirements and flip implementation defaults (#756) 2025-03-15 15:14:34 +00:00
parallel_join.rs refactor: Clean up par_map a bit (#742) 2025-03-24 19:45:12 +00:00
parallel_map.rs refactor: Clean up par_map a bit (#742) 2025-03-24 19:45:12 +00:00
parallel_scope.rs refactor: Clean up par_map a bit (#742) 2025-03-24 19:45:12 +00:00
setup.rs refactor: Clean up par_map a bit (#742) 2025-03-24 19:45:12 +00:00
signal.rs Fix parallel_map::execute_cancellation test 2024-12-23 17:11:46 +01:00