average-vr-56795
07/12/2018, 3:04 PMEntryState, and put dirty `EntryId`s into an Arc<RwLock<HashSet<EntryId>>> which is shared between the Graph and each Entry, so that when batch invalidations happen, Graph can just graph the lock and invalidate them all, but when `Node`s complete, they can try for the lock as they need in an ad-hoc way… I’ve just hacked that together, and it seems to work… How does it sound to you?