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 : t -> (ro, WorkerInfo.t, array_t) Capnp.Array.t
val workers_get_list : t -> WorkerInfo.t list
val workers_get_array : t -> WorkerInfo.t array
val of_message : 'cap message_t -> t
val of_builder : struct_t builder_t -> t