criollo-kmp-foundation
Toggle table of contents
0.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
criollo-kmp-foundation
coroutines
/
io.github.jdbenitez94.criollo.kmp.foundation.coroutines
/
TaskPolicy
/
Debounce
Debounce
data
class
Debounce
(
val
delay
:
Duration
)
:
TaskPolicy
Cancel active, wait
delay
, then run. Built-in debounce for homogeneous streams.
Members
Constructors
Debounce
Link copied to clipboard
constructor
(
delay
:
Duration
)
Properties
delay
Link copied to clipboard
val
delay
:
Duration