Module Safe.DLSSource
Like DLS, but uses modes to enforce properties necessary for data-race freedom.
Type of a DLS key
Source
val new_key :
?split_from_parent:('a -> unit -> 'a) @ portable ->
(unit -> 'a) @ portable ->
'a Stdlib.Domain.Safe.DLS.keyLike DLS.new_key, but safe to use in the presence of multiple domains.
Like DLS.get, but safe to use in the presence of multiple domains.
Like DLS.set, but safe to use in the presence of multiple domains.