Make.N
val base : string list
The name/path of the worker group
type t
The abstract name of a single worker
val encoding : t Data_encoding.t
Serializer for the introspection RPCs
val pp : Stdlib.Format.formatter -> t -> unit
Pretty printer for displaying the worker name
val equal : t -> t -> bool