package eio

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

Module Net.PiSource

Sourcemodule type STREAM_SOCKET = sig ... end
Sourceval stream_socket : (module STREAM_SOCKET with type t = 't and type tag = 'tag) -> ('t, 'tag stream_socket_ty) Resource.handler
Sourcemodule type DATAGRAM_SOCKET = sig ... end
Sourceval datagram_socket : (module DATAGRAM_SOCKET with type t = 't and type tag = 'tag) -> ('t, 'tag datagram_socket_ty) Resource.handler
Sourcemodule type LISTENING_SOCKET = sig ... end
Sourceval listening_socket : (module LISTENING_SOCKET with type t = 't and type tag = 'tag) -> ('t, 'tag listening_socket_ty) Resource.handler
Sourcemodule type NETWORK = sig ... end
Sourceval network : (module NETWORK with type t = 't and type tag = 'tag) -> ('t, 'tag ty) Resource.handler
OCaml

Innovation. Community. Security.