class type managed_client_t = object .. end
This is an internally used object that encapsulates clients
method client : Hydro_endpoint.Client.t
Return the current incarnation of the client
method client_incarnation : int
Return the incarnation number of the client just returned
method available : float -> bool
available t: Says whether the client is available for new calls
at timestamp t
method deactivate : float -> unit
Deactivate this client for the passed number of seconds
method unused_since : float option
If this object is currently unused (i.e. no connection is held),
this method tells since when
method shutdown : unit -> unit
Shut the client down
method abort : unit -> unit
Abort the client (immediate shutdown