package hack_parallel
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Parallel and shared memory library
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.0.0.tar.gz
sha256=4ebcdd0c0b23735228d13bbf401799174771a747a5aeb4f35b64dcfc68079e29
md5=26aff6c969020c1d2f588c574dc7d08a
doc/hack_parallel.interface/Hack_parallel_intf/Std/SharedMem/index.html
Module Std.SharedMem
val connect : handle -> unitval dep_stats : unit -> table_statsval hash_stats : unit -> table_statsval value_size : Obj.t -> intmodule type NoCache = sig ... endmodule type WithCache = sig ... endmodule type UserKeyType = sig ... endmodule NoCache
(UserKeyType : UserKeyType)
(Value : Value.Type) :
NoCache
with type t = Value.t
and type key = UserKeyType.t
and module KeySet = Set.Make(UserKeyType)
and module KeyMap = MyMap.Make(UserKeyType)module WithCache
(UserKeyType : UserKeyType)
(Value : Value.Type) :
WithCache
with type t = Value.t
and type key = UserKeyType.t
and module KeySet = Set.Make(UserKeyType)
and module KeyMap = MyMap.Make(UserKeyType)module type CacheType = sig ... endmodule LocalCache
(UserKeyType : UserKeyType)
(Value : Value.Type) :
CacheType with type key = UserKeyType.t and type value = Value.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>