We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Stdlib.Atomic
1 parent 2b516ad commit 68b9c89Copy full SHA for 68b9c89
src/kcas/kcas.mli
@@ -170,7 +170,11 @@ end
170
{!Timeout.Timeout} exception may be raised by the operation to signal that
171
the timeout expired. *)
172
173
-(** Shared memory locations. *)
+(** Shared memory locations.
174
+
175
+ This module is essentially compatible with the [Stdlib.Atomic] module,
176
+ except that a number of functions take some optional arguments that one
177
+ usually need not worry about. *)
178
module Loc : sig
179
(** Type of shared memory locations. *)
180
type !'a t =
0 commit comments