throttle.js
No description.

File Location

/goog/async/throttle.js

Classes

goog.Throttle
A deprecated alias.
goog.async.Throttle
Throttle will perform an action that is passed in no more than once per interval (specified in milliseconds). If it gets multiple signals to perform the action while it is waiting, it will only perform the action once at the end of the interval.

Directory async

File Reference