package datakit-server-9p

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

Module type Fs9p.SSource

The server signature.

Sourcetype flow

The type for communication "channels" between the clients and the server.

Sourceval accept : root:Vfs.Dir.t -> msg:string -> flow -> unit Protocol_9p.Error.t Lwt.t

accept ~root f accepts connection on f, processs requests and returns when the connection has beenn closed.

OCaml

Innovation. Community. Security.