Debouncer
Deprecated
Use the one from stream-chat-android-core
Replace with
import io.getstream.chat.android.core.utils.Debouncer
Content copied to clipboard
Debouncer(debounceMs)
Content copied to clipboard
Utility class for debouncing high frequency events.
submitting a new piece of work to run within the debounce window will cancel the previously submitted pending work.