You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
As a side note: As soon as we switch the persistence to a database (be it a RDBMS, a Graph DB, etc.), we probably get concurrency support for free due to transactions.
I will close this issue since I have added synchronized wherever concurrent access could happen.
It is not the most performant way but the easiest. STM or CAS would be too complicated.
When we use Neo4J, this is not required anymore.
The NFA might be updated concurrently in the future. Add concurrency support to protect critical section from data races.
The text was updated successfully, but these errors were encountered: