aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/workerLoop.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stm/workerLoop.mli')
-rw-r--r--stm/workerLoop.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/stm/workerLoop.mli b/stm/workerLoop.mli
index 53f745935..da2e6fe0c 100644
--- a/stm/workerLoop.mli
+++ b/stm/workerLoop.mli
@@ -6,4 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
+(* Default priority *)
+val async_proofs_worker_priority : CoqworkmgrApi.priority ref
+
val loop : (unit -> unit) -> string list -> string list