package ocluster-api

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type struct_t = [
  1. | `SetActive_c0d1f54a45d947da
]
val has_worker : t -> bool
val worker_get : t -> string
val worker_set : t -> string -> unit
val active_get : t -> bool
val active_set : t -> bool -> unit
val auto_create_get : t -> bool
val auto_create_set : t -> bool -> unit
val of_message : rw message_t -> t
val to_message : t -> rw message_t
val to_reader : t -> struct_t reader_t
val init_root : ?message_size:int -> unit -> t
val init_pointer : pointer_t -> t