package ocluster-api

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type struct_t = [
  1. | `Register_cd3903a89e7d4463
]
val has_name : t -> bool
val name_get : t -> string
val name_set : t -> string -> unit
val worker_get : t -> Worker.t MessageWrapper.Capability.t option
val worker_set : t -> Worker.t MessageWrapper.Capability.t option -> unit
val capacity_get : t -> int32
val capacity_get_int_exn : t -> int
val capacity_set : t -> int32 -> unit
val capacity_set_int_exn : t -> int -> 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