package caqti

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

Module Caqti_platform.System_sigSource

Signature for concurrency model and OS-calls.

This is the common part of the signature declarning system dependencies. Driver which depend on features from the unix library will also need Caqti_platform_unix.System_sig.S.

Sourcemodule type FIBER = sig ... end
Sourcemodule type SEQUENCER = sig ... end
Sourcemodule type CORE = sig ... end
Sourcemodule type SOCKET_OPS = sig ... end
Sourcemodule type TLS_PROVIDER = sig ... end
Sourcemodule type NET = sig ... end
Sourcemodule type S = sig ... end
OCaml

Innovation. Community. Security.