Package kotlin. concurrent
Utility functions for concurrent programming.
Functions
fixed Rate Timer
Link copied to clipboard
Creates a timer that executes the specified action periodically, starting after the specified initialDelay (expressed in milliseconds) and with the interval of period milliseconds between the start of the previous task and the start of the next one.
schedule
Link copied to clipboard
schedule At Fixed Rate
Link copied to clipboard
timer
Link copied to clipboard
Creates a timer that executes the specified action periodically, starting after the specified initialDelay (expressed in milliseconds) and with the interval of period milliseconds between the end of the previous task and the start of the next one.