badwing.util package

Module contents

badwing.util.debounce(wait)

Decorator that will postpone a functions execution until after wait seconds have elapsed since the last time it was invoked.