aboutsummaryrefslogtreecommitdiff
path: root/stm/workerPool.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stm/workerPool.mli')
-rw-r--r--stm/workerPool.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/workerPool.mli b/stm/workerPool.mli
index 5468a24959..88175a788c 100644
--- a/stm/workerPool.mli
+++ b/stm/workerPool.mli
@@ -31,7 +31,7 @@ end
module Make(Model : PoolModel) : sig
type pool
-
+
val create : Model.extra -> size:int -> CoqworkmgrApi.priority -> pool
val is_empty : pool -> bool