You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[@@alert internal "This module is exposed for internal uses only, its API may change at any time"]
14
+
[@@warning "-unused-functor-parameter"]
14
15
15
16
valfork : (unit -> unit) -> unit
16
17
(** Helper function to fork a process in the underlying {!Stdlib.Effect}-based scheduler
@@ -36,4 +37,5 @@ module Make (Spec : Spec) : sig
36
37
afterwards.
37
38
*)
38
39
end
39
-
[@@alert experimental "This module is experimental: The interface is not considered stable, and it may fail to trigger concurrency issues that are present."]
40
+
[@@alert experimental "This module is experimental: The interface is not considered stable, and it may fail to trigger concurrency issues that are present."]
0 commit comments