UpdatingPeriodically

open class UpdatingPeriodically(period: Duration, updater: suspend () -> Component) : SideboardLine(source)

A sideboard line which displays the result of updater, which will be called periodically by the given Duration of period.

Constructors

Link copied to clipboard
constructor(period: Duration, updater: suspend () -> Component)

Properties

Link copied to clipboard
open override val textFlow: Flow<Component>

The internal text flow, which the sideboard collects in order to receive line updates.