Make.Expertval connection : t -> [ `Close_started | `Ok of conn ] Async_kernel.Deferred.tProvides direct access to the connection state. Compared to calling connected from the non-Expert API, this:
Conn.is_closed conn and retrying if false.This makes it more suitable for use in a loop calling Deferred.choose or similar.
val time_source : t -> Async_kernel.Time_source.tThe time source that the connection uses for retry delays