KiteCore
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteCore
kitecore
/
io.github.yuroyami.kitecore.coroutines
/
Throttler
/
Throttler
Throttler
constructor
(
window
:
Duration
,
timeSource
:
TimeSource.WithComparableMarks
=
TimeSource.Monotonic
)
Parameters
window
the minimum time between the starts of two permitted runs.
time
Source
the clock used to measure the window.