clang-format sure has some interesting opinions about where to put a method call that comes after a lambda. :thonk:
This is a simple helper to debounce a function call, such as an event handler. It avoids the function being called until the event as settled down (i.e. after the timeout).