Skip to content
Snippets Groups Projects
Commit 0e7bfc32 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Propagate the AtomicBoolean used by the SIGINT handler

parent ab612ddc
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ object SynthesisContext {
synth.program,
synth.solver,
synth.reporter,
new AtomicBoolean(false))
synth.shouldStop)
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment