TickerMode

Mode for ticker function.

Note: Ticker channels are not currently integrated with structured concurrency and their api will change in the future.

Entries

Link copied to clipboard

Adjust delay to maintain fixed period if consumer cannot keep up or is otherwise slow. This is a default mode.

Link copied to clipboard

Maintains fixed delay between produced elements if consumer cannot keep up or it otherwise slow.

Properties

Link copied to clipboard
val entries: EnumEntries<TickerMode>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.