package ocluster-api

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type struct_t = [
  1. | `Workers_b8456ef113abb4da
]
val has_workers : t -> bool
val workers_get_list : t -> WorkerInfo.t list
val workers_get_array : t -> WorkerInfo.t array
val workers_set_list : t -> WorkerInfo.t list -> (Capnp.Message.rw, WorkerInfo.t, array_t) Capnp.Array.t
val workers_set_array : t -> WorkerInfo.t array -> (Capnp.Message.rw, WorkerInfo.t, array_t) Capnp.Array.t
val workers_init : t -> int -> (Capnp.Message.rw, WorkerInfo.t, array_t) Capnp.Array.t
val of_message : Capnp.Message.rw message_t -> t
val to_message : t -> Capnp.Message.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