package caqti-miou

  1. Overview
  2. Docs
Miou support for Caqti

Install

dune-project
 Dependency

Authors

Maintainers

Sources

caqti-v3.0.0.tbz
sha256=3ceea06ba0e8e8bcab0386b5817b68cb30fce457eaa25ada0182891d66f6a0b9
sha512=e01f546a45b04cafd5fa262e9228e5a1aabd5e0942059c073a4181c928450baf3d990cc59ffb1a33dff445b46a0e218224a23dca96e8d24cdd0ab793d08e4538

doc/caqti-miou.unix/Caqti_miou_unix/System/index.html

Module Caqti_miou_unix.SystemSource

Sourceval error_msgf : ('a, Format.formatter, unit, ('b, [> `Msg of string ]) result) format4 -> 'a
Sourcemodule type FLOW = Caqti_platform.System_sig.SOCKET_OPS with type 'a fiber = 'a
Sourcetype ocaml = private [
  1. | `Ocaml
]
Sourcetype system = private [
  1. | `System
]
Sourcetype 'a impl =
  1. | OCaml : (module FLOW with type t = 'a) * 'a -> ocaml impl
  2. | System : Buffer.t * Miou_unix.file_descr -> system impl
Sourcetype socket =
  1. | Socket : 'a impl -> socket
Sourcetype Caqti.Error.msg +=
  1. | Msg_unix of Unix.error * string * string
Sourceval reraise : exn -> 'a
Sourcemodule System_core : sig ... end
include module type of struct include System_core end
include Caqti_platform.System_sig.CORE with type 'a Fiber.t = 'a and module Stream = Caqti_miou.Stream and type Switch.t = Caqti_miou.Switch.t and type stdenv := unit
Sourcemodule Switch = System_core.Switch

A module used by EIO to handle cleanup tasks; unit for other platforms.

Sourceval async : sw:Switch.t -> (unit -> unit Fiber.t) -> unit

async f runs f () asynchroneously if possible, else immediately.

Sourcemodule Condition = System_core.Condition
Sourcemodule Sequencer = System_core.Sequencer
Sourcetype stdenv = unit
Sourcemodule Alarm : sig ... end
Sourcemodule Stream = Caqti_miou.Stream
Sourcemodule Pool : sig ... end
Sourcemodule Net : sig ... end