package oxbow

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

Module Oxbow_runtime.Ipc_serverSource

Sourceval start : ?socket_path:string -> sw:Eio.Switch.t -> net:_ Eio.Net.t -> wm:Oxbow_state.Wm.t -> unit -> unit

start ?socket_path ~sw ~net ~wm () listens on the resolved socket_path and forks a handler fiber per connection until wm shuts down.

Effects: mutates WM state; I/O