mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-10 05:48:17 +00:00
Add loom support (#842)
* add support for loom tests * add just script and fix comment
This commit is contained in:
parent
b2b82bccdb
commit
54020469a3
43 changed files with 557 additions and 208 deletions
|
@ -1,8 +1,7 @@
|
|||
use std::sync::atomic::{AtomicBool, Ordering};
|
||||
|
||||
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::zalsa::{MemoIngredientIndex, Zalsa, ZalsaDatabase};
|
||||
use crate::zalsa_local::{ActiveQueryGuard, QueryRevisions};
|
||||
use crate::{Database, Event, EventKind, Id, Revision};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue