package hack_parallel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module WorkerCancelSource

* 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. *

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

Innovation. Community. Security.