package devkit

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

Module Httpev.TcpSource

Sourceval listen : name:string -> ?backlog:int -> ?reuseport:bool -> Unix.sockaddr -> Unix.file_descr
Sourceval handle : Devkit_core.Async.Ev.event_base -> Unix.file_descr -> ((Unix.file_descr * Unix.sockaddr) -> unit) -> unit
Sourceval handle_lwt : ?single:bool -> Lwt_unix.file_descr -> ((Lwt_unix.file_descr * Lwt_unix.sockaddr) -> unit Lwt.t) -> unit Lwt.t
OCaml

Innovation. Community. Security.