File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ Copyright (c) 2017, Nicolas ASSOUAD <nicolas.assouad@ens.fr>
44########
55*)
66
7- module type Backoff = Backoff. S
8-
97module Backoff = Backoff. M
108
119module Id = struct
Original file line number Diff line number Diff line change @@ -59,9 +59,8 @@ val incr : int ref -> unit
5959val decr : int ref -> unit
6060(* * [decr r] atomically decrements [r] *)
6161
62- (* * {2 Backoff}
63- Suspend domains with exponential backoff. *)
64- module type Backoff = sig
62+ (* * Suspend domains with exponential backoff. *)
63+ module Backoff : sig
6564 type t
6665 (* * The type of backoff value *)
6766
@@ -79,5 +78,3 @@ module type Backoff = sig
7978 val reset : t -> unit
8079 (* * Resets the backoff clock to 1 millisecond. *)
8180end
82-
83- module Backoff : Backoff
You can’t perform that action at this time.
0 commit comments