decThrottle

The decorated function is invoked at most once per every wait milliseconds.

Look at throttle for the non-decorator version.

Requires the experimentalDecorators flag to be set.

Example