package caqti-miou

  1. Overview
  2. Docs
Miou support for Caqti

Install

Dune Dependency

Authors

Maintainers

Sources

caqti-v2.2.4.tbz
sha256=b8ea432820154ec095132c4f7b244b06cd8553e0b2035185b844d9c4f30af8bb
sha512=b7e3ad8e6a9b587db2d517e15cd42df2945148f9223b2fa6f4bc2bcdd2709d53549cca4b65e54511d22466e4c9aa7f0b9c17305a07505519d8bf81d95de629b8

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 = |
Sourceand 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
module 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.

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

Innovation. Community. Security.