In an Orchestrator, Notify should be the only method that mutates state.
At the moment Notify will perform conditional state updates in a way that is not always completely thread safe. We can't completely rely on the mutex in the SharedFlags object to achieve this for us.
In an Orchestrator, Notify should be the only method that mutates state.
At the moment Notify will perform conditional state updates in a way that is not always completely thread safe. We can't completely rely on the mutex in the SharedFlags object to achieve this for us.
ETA: 2023-10-31