revert change that broke 4.03

This commit is contained in:
Simon Cruanes 2023-06-06 22:55:45 -04:00
parent bbfbe0f770
commit 64eb7737e3
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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. *)