lsp.fiber
Fiber.Make_map_traversals
Provide efficient parallel iter/map functions for maps.
lsp
lsp.fiber_unix
lsp.filesystem_stubs
lsp.stdune
module Map : Stdune.Map.S
val parallel_iter : 'a Map.t -> f:(Map.key -> 'a -> unit t) -> unit t
val parallel_map : 'a Map.t -> f:(Map.key -> 'a -> 'b t) -> 'b Map.t t