This commit is contained in:
Christien Rioux 2023-09-08 20:50:05 -04:00
parent 0aa7cf5ef2
commit 36957d84f1

View File

@ -121,7 +121,7 @@ where
if self.clone().evaluate_done(&mut ctx) { if self.clone().evaluate_done(&mut ctx) {
break; break;
} }
self.context.lock().fanout_queue.next() ctx.fanout_queue.next()
}; };
// If we don't have a node to process, stop fanning out // If we don't have a node to process, stop fanning out