package ocluster-api

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Workers.ResultsSource

Sourcetype struct_t = [
  1. | `Workers_b8456ef113abb4da
]
Sourceval has_workers : t -> bool
Sourceval workers_get : t -> (Capnp.Message.rw, WorkerInfo.t, array_t) Capnp.Array.t
Sourceval workers_get_list : t -> WorkerInfo.t list
Sourceval workers_get_array : t -> WorkerInfo.t array
Sourceval workers_set : t -> (Capnp.Message.rw, WorkerInfo.t, array_t) Capnp.Array.t -> (Capnp.Message.rw, WorkerInfo.t, array_t) Capnp.Array.t
Sourceval workers_set_list : t -> WorkerInfo.t list -> (Capnp.Message.rw, WorkerInfo.t, array_t) Capnp.Array.t
Sourceval workers_set_array : t -> WorkerInfo.t array -> (Capnp.Message.rw, WorkerInfo.t, array_t) Capnp.Array.t
Sourceval workers_init : t -> int -> (Capnp.Message.rw, WorkerInfo.t, array_t) Capnp.Array.t
Sourceval of_message : Capnp.Message.rw message_t -> t
Sourceval to_message : t -> Capnp.Message.rw message_t
Sourceval to_reader : t -> struct_t reader_t
Sourceval init_root : ?message_size:int -> unit -> t
Sourceval init_pointer : pointer_t -> t
OCaml

Innovation. Community. Security.