Add loom support (#842)

* add support for loom tests

* add just script and fix comment
This commit is contained in:
Ibraheem Ahmed 2025-05-06 11:36:38 -04:00 committed by GitHub
parent b2b82bccdb
commit 54020469a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 557 additions and 208 deletions

View file

@ -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};