Public Vars

Back

with-wait (clj)

(source)

macro

(with-wait seconds & body)
Execute `body` waiting `seconds` before each form. Returns the value of the last form. Can be used to perform actions slowly. Some SPA applications need extra time to re-render the content.

Examples