docs / com.github.insanusmokrassar.TelegramBotAPI.utils.extensions / kotlinx.coroutines.channels.ReceiveChannel / debounceByValue

debounceByValue

(common) fun <T> ReceiveChannel<T>.debounceByValue(delayMillis: Long, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), resultBroadcastChannelCapacity: Int = 32): ReceiveChannel<T> (source)