Determine if a function should execute yet.
now - last
> wait
function shouldExec(last, now, wait) { return (now - last) > wait; }