package hack_parallel

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

* 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 root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. *

type handle = int
val raw_get_handle : Unix.file_descr -> handle
val raw_wrap_handle : handle -> Unix.file_descr
val win_setup_handle_serialization : unit -> unit
val init : unit lazy_t
val get_handle : Unix.file_descr -> handle
val wrap_handle : handle -> Unix.file_descr
val to_in_channel : handle -> in_channel
val to_out_channel : handle -> out_channel