package riot

  1. Overview
  2. Docs
An actor-model multi-core scheduler for OCaml 5

Install

Dune Dependency

Authors

Maintainers

Sources

riot-0.0.5.tbz
sha256=01b7b82ccc656b12b7315960d9df17eb4682b8f1af68e9fee33171fee1f9cf88
sha512=d8831d8a75fe43a7e8d16d2c0bb7d27f6d975133e17c5dd89ef7e575039c59d27c1ab74fbadcca81ddfbc0c74d1e46c35baba35ef825b36ac6c4e49d7a41d0c2

doc/lib_net/Lib_net/Addr/index.html

Module Lib_net.AddrSource

include module type of struct include Runtime.Net.Addr end
type 't raw_addr = string
type tcp_addr = string
type stream_addr = [
  1. | `Tcp of tcp_addr * int
]
val loopback : tcp_addr
val tcp : string -> 'a -> [> `Tcp of string * 'a ]
val to_unix : [< `Tcp of tcp_addr * int ] -> Unix.socket_type * Unix.sockaddr
val to_domain : [< `Tcp of 'a * 'b ] -> Unix.socket_domain
val of_unix : Unix.sockaddr -> [> `Tcp of tcp_addr * int ]
val pp : Format.formatter -> stream_addr -> unit
Sourceval of_addr_info : Unix.addr_info -> [> `Tcp of string * int ] option
Sourceval of_uri : Uri.t -> [> `Tcp of string * int ] option
Sourceval get_info : [< `Tcp of string * int ] -> [> `Tcp of string * int ] list
OCaml

Innovation. Community. Security.