TickerMode
Mode for ticker function.
Note: Ticker channels are not currently integrated with structured concurrency and their api will change in the future.
Entries
FIXED_DELAY
Link copied to clipboard
Content copied to clipboard
Maintains fixed delay between produced elements if consumer cannot keep up or it otherwise slow.
FIXED_PERIOD
Link copied to clipboard
Content copied to clipboard
Adjust delay to maintain fixed period if consumer cannot keep up or is otherwise slow. This is a default mode.
Sources
jvm source
Link copied to clipboard