package caqti-miou

  1. Overview
  2. Docs
Miou support for Caqti

Install

dune-project
 Dependency

Authors

Maintainers

Sources

caqti-v2.3.1.tbz
sha256=036380a0f1a67e09d002cc47f2cb1c52ebf4f7cc9b89ea5b70cec3b389ce298d
sha512=8d8e12e6101bb9b61b805e68236375f685c63400fefe3de422a24990e16b16ef2eeaebc66171b8dbe498be3e3d394445ee49c9a93b5b0b3e9d9d43b9fcf1acdc

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