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
Some data structures might have methods with blocking semantics, e.g. take on an empty queue.
And since a search of linearized history works in a single process, current checker is not suitable for such data structures.
The goal is:
redesign the checker in a way to support semantically blocking operations.
design a DSL extension for describing semantically blocking operations
The text was updated successfully, but these errors were encountered:
Some data structures might have methods with blocking semantics, e.g.
take
on an empty queue.And since a search of linearized history works in a single process, current checker is not suitable for such data structures.
The goal is:
The text was updated successfully, but these errors were encountered: