mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-09 13:28:19 +00:00
Replace loom with shuttle (#876)
* replace loom with shuttle * inline `empty_cycle_heads` * ignore failing shuttle test
This commit is contained in:
parent
f7b08562ed
commit
0414d89327
58 changed files with 526 additions and 604 deletions
|
@ -1,7 +1,7 @@
|
|||
use crate::cycle::{CycleRecoveryStrategy, MAX_ITERATIONS};
|
||||
use crate::function::memo::Memo;
|
||||
use crate::function::{Configuration, IngredientImpl};
|
||||
use crate::loom::sync::atomic::{AtomicBool, Ordering};
|
||||
use crate::sync::atomic::{AtomicBool, Ordering};
|
||||
use crate::zalsa::{MemoIngredientIndex, Zalsa, ZalsaDatabase};
|
||||
use crate::zalsa_local::{ActiveQueryGuard, QueryRevisions};
|
||||
use crate::{Event, EventKind, Id, Revision};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue