Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Make.Cval read_mtu : S.id -> int Lwt.tval read_frontend_configuration : S.id -> S.frontend_configuration Lwt.tWaits for the frontend configuration to become available and returns it.
val write_frontend_configuration :
S.id ->
S.frontend_configuration ->
unit Lwt.tval connect : S.id -> unit Lwt.tval disconnect_frontend : S.id -> unit Lwt.tSet the frontend state to Closed.
val disconnect_backend : S.id -> unit Lwt.tDelete the backend directory.
val wait_until_backend_connected : S.backend_configuration -> unit Lwt.tval read_backend : S.id -> S.backend_configuration Lwt.tval init_backend : S.id -> Features.t -> S.backend_configuration Lwt.tInitialise the configuration for a new backend.
val wait_for_frontend_closing : S.id -> unit Lwt.twait_for_frontend_closing id is a thread that returns when id's frontend moves to the closing state.
val wait_for_backend_closing : S.id -> unit Lwt.twait_for_backend_closing id is a thread that returns when id's backend moves to the closing state.