return to toplevel from a long running query after receiving Ctrl-C

This commit is contained in:
Mark Thom
2019-09-30 13:27:22 -06:00
parent ecb2cc3518
commit b26c5c213e
4 changed files with 35 additions and 1 deletions

View File

@@ -14,6 +14,9 @@ indexmap = "1.0.2"
dirs = "2.0.2"
downcast = "0.10.0"
indexmap = "1.0.2"
lazy_static = "1.4.0"
libc = "0.2.62"
nix = "0.15.0"
ordered-float = "0.5.0"
prolog_parser = "0.8.30"
ref_thread_local = "0.0.0"