Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure that the list of threads in
EpsilonClosureState
is empt…
…y after exiting `try_match` The list of threads in`EpsilonClosureState` must be empty when exiting `try_match` so that further calls to this function finds an empty list. Before this change the some threads were kept in the list when exiting early due to reaching `scan_limit`.
- Loading branch information