diff options
Diffstat (limited to 'stm/workerLoop.mli')
| -rw-r--r-- | stm/workerLoop.mli | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/stm/workerLoop.mli b/stm/workerLoop.mli index 53f7459357..c42b48a287 100644 --- a/stm/workerLoop.mli +++ b/stm/workerLoop.mli @@ -6,4 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -val loop : (unit -> unit) -> string list -> string list +(* Default priority *) +val async_proofs_worker_priority : CoqworkmgrApi.priority ref + +val loop : (unit -> unit) -> Coqargs.coq_cmdopts -> string list -> string list |
