IterableLatestTopic<T>: AsyncIterableOnly<T, T> & LatestTopic<T>

A LatestTopic with default asyncIterable behaviour.

NOTE: the iterators returned by this object are ephemeral and will be severed during upgrade. A caller should use subscribeLatest to wrap this topic in a local iterable which automatically attempts to reconnect upon being severed.

Type Parameters

  • T