You can search for identifiers within the package.
in-package search v0.2.0
type t
type config = {
max_in_flight : int;
max_attempts : int;
backoff_multiplier : float;
}
val default_config : unit -> config
val create : ?config:config -> address list -> Topic.t -> Channel.t -> (bytes -> handler_result Lwt.t) -> (t, string) Containers.Result.t
val run : t -> unit Lwt.t