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 worker_get : t -> Worker.t MessageWrapper.Capability.t option
val capacity_get : t -> int32
val capacity_get_int_exn : t -> int
val of_message : 'cap message_t -> t
val of_builder : struct_t builder_t -> t