source/hack_parallel/hack_parallel.ml (18 lines of code) (raw):

(* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. *) module Std = struct module SharedMemory = SharedMemory module String_utils = String_utils module MultiWorker = MultiWorker module Worker = Worker module Daemon = Daemon module Bucket = Hack_bucket module Socket = Socket module Lock = Lock module Marshal_tools = Marshal_tools module Measure = Measure end