package hack_parallel

  1. Overview
  2. Docs
Parallel and shared memory library

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
sha256=4ebcdd0c0b23735228d13bbf401799174771a747a5aeb4f35b64dcfc68079e29
md5=26aff6c969020c1d2f588c574dc7d08a

doc/hack_parallel.heap/WorkerCancel/index.html

Module WorkerCancel

* Copyright (c) 2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the "hack" directory of this source tree. *

val stop_workers : unit -> unit
val resume_workers : unit -> unit
val check_should_exit : unit -> unit
val set_on_worker_cancelled : (unit -> unit) -> unit
val with_no_cancellations : (unit -> 'a) -> 'a
val with_worker_exit : (unit -> 'a) -> 'a
OCaml

Innovation. Community. Security.