package hack_parallel

  1. Overview
  2. Docs
Parallel and shared memory library

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.1.tar.gz
md5=ba7c72bc207e326b72e294fc76f6ad2c
sha512=5020d47f97bea2f88e2a40411894d03232a7f2282606926c93c7d4c96d72e94a966be852897a9b16f7e0893ba376512045abb9d93020a7c03c3def4f3d918f8e

doc/hack_parallel.utils/Utils/index.html

Module UtilsSource

* Copyright (c) 2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the "hack" directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. *

Sourceval debug : bool ref
Sourceval profile : bool ref
Sourceval log : (string -> unit) ref
Sourceval d : string -> unit
Sourceval dn : string -> unit
Sourcemodule Map : sig ... end
Sourceval spf : ('a, unit, string) format -> 'a
Sourceval print_endlinef : ('a, unit, string, unit) format4 -> 'a
Sourceval prerr_endlinef : ('a, unit, string, unit) format4 -> 'a
Sourceval opt : ('a -> 'b -> 'a * 'c) -> 'a -> 'b option -> 'a * 'c option
Sourceval opt_fold : ('a -> 'b -> 'a) -> 'a -> 'b option -> 'a
Sourceval singleton_if : bool -> 'a -> 'a list
Sourceval smap_inter : 'a SMap.t -> 'b SMap.t -> 'a SMap.t
Sourceval imap_inter : 'a IMap.t -> 'b IMap.t -> 'a IMap.t
Sourceval smap_inter_list : 'a SMap.t list -> 'a SMap.t
Sourceval imap_inter_list : 'a IMap.t list -> 'a IMap.t
Sourceval wfold_left2 : ('a -> 'b -> 'c -> 'a) -> 'a -> 'b list -> 'c list -> 'a
Sourceval sl : string list -> string
Sourceval maybe : ('a -> 'b -> unit) -> 'a -> 'b option -> unit
Sourceval unsafe_opt_note : string -> 'a option -> 'a
Sourceval unsafe_opt : 'a option -> 'a
Sourceval inter_list : SSet.t list -> SSet.t
Sourceval list_last : ('a -> 'b) -> ('a -> unit) -> 'a list -> unit
Sourceval is_prefix_dir : string -> string -> bool
Sourceval try_with_channel : out_channel -> (out_channel -> 'a) -> (exn -> 'a) -> 'a
Sourceval iter_n_acc : int -> ('a -> 'a * 'b) -> 'a -> 'a * 'b
Sourceval map_of_list : (SMap.key * 'a) list -> 'a SMap.t
Sourceval set_of_list : SSet.elt list -> SSet.t
Sourceval strip_ns : string -> string
Sourceval strip_all_ns : string -> string
Sourceval iter2_shortest : ('a -> 'b -> 'c) -> 'a list -> 'b list -> unit
Sourceval fold_fun_list : 'a -> ('a -> 'a) list -> 'a
Sourceval compose : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
Sourceval try_finally : f:(unit -> 'a) -> finally:(unit -> unit) -> 'a
Sourceval with_context : enter:(unit -> 'a) -> exit:(unit -> 'b) -> do_:(unit -> 'c) -> 'c
Sourceval assert_false_log_backtrace : string option -> 'a
Sourceval infimum : 'a array -> 'b -> ('a -> 'b -> int) -> int option
OCaml

Innovation. Community. Security.