(debounce source msecs)
Given the input channel source and a debouncing time of msecs, return a new channel that will forward the latest event from source at most every msecs milliseconds
Given the input channel source and a debouncing time of msecs, return a new channel that will forward the latest event from source at most every msecs milliseconds
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close