Up – Package index » hack_parallel » Library hack_parallel.heap » WorkerCancelModule WorkerCancel Source * 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. *
hack_parallel README Library hack_parallel Library hack_parallel.collections Library hack_parallel.disk Library hack_parallel.hack_core Library hack_parallel.heap Library hack_parallel.hh_json Library hack_parallel.injection Library hack_parallel.interface Library hack_parallel.memory Library hack_parallel.procs Library hack_parallel.scheduler Library hack_parallel.socket Library hack_parallel.stubs Library hack_parallel.utils Sources Source val stop_workers : unit -> unitSource val resume_workers : unit -> unitSource val check_should_exit : unit -> unitSource val set_on_worker_cancelled : (unit -> unit) -> unitSource val with_no_cancellations : (unit -> 'a ) -> 'a Source val with_worker_exit : (unit -> 'a ) -> 'a