package hack_parallel

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

Module HandleSource

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

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

Innovation. Community. Security.