shared-memory-ring-lwt
Shared memory rings for RPC and bytestream communications using Lwt
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Type of a backend connection to a shared ring. 'a is the response type, and 'b is the request id type (e.g. int or int64).
val init : ( 'b -> string ) -> ( 'a, 'b ) Ring.Rpc.Back.t -> ( 'a, 'b ) t
init string_of_id ring
initialises a stateful lwt server attached to ring
.