Run f using requestAnimationFrame or equivalent.
f will be called just after any queued renders in the next animation
frame (and even if no renders actually occur).
Source
(defnafter-render"Run f using requestAnimationFrame or equivalent.\n\n f will be called just after any queued renders in the next animation\n frame (and even if no renders actually occur)."[f](batch/do-after-renderf))