mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
revert change that broke 4.03
This commit is contained in:
parent
bbfbe0f770
commit
64eb7737e3
1 changed files with 3 additions and 1 deletions
|
|
@ -14,8 +14,10 @@ end
|
|||
|
||||
exception Stopped
|
||||
|
||||
[@@@ocaml.warning "-67"]
|
||||
|
||||
(** {2 Create a new Pool} *)
|
||||
module Make (_ : PARAM) : sig
|
||||
module Make (P : PARAM) : sig
|
||||
val run : (unit -> _) -> unit
|
||||
(** [run f] schedules [f] for being executed in the thread pool. *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue