View Source API Reference Buffy v2.3.0
Modules
Buffy is broken down into different modules depending on how you want to handle your function calling.
The Buffy supervisor responsible for starting the default
Registry and DynamicSupervisor.
The Buffy.Throttle module will wait for a specified amount of time before
invoking the function. If the function is called again before the time has
elapsed, it's a no-op. Once the timer has expired, the function will be called,
and any subsequent calls will start a new timer.
This is a variation on the Buffy.Throttle behavior.