Skip to content

Move interrupted check lower in NonIncrementalSolver to avoid race conditions

Viktor Kuncak requested to merge github/fork/jad-hamza/strings2 into master

Created by: jad-hamza

@samarion I'm moving the interrupt check a bit later to avoid the case where we could get interrupted right after the if check.

Merge request reports