Replace loom with shuttle (#876)

* replace loom with shuttle

* inline `empty_cycle_heads`

* ignore failing shuttle test
This commit is contained in:
Ibraheem Ahmed 2025-05-23 11:28:51 -04:00 committed by GitHub
parent f7b08562ed
commit 0414d89327
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
58 changed files with 526 additions and 604 deletions

View file

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