Skip to main content

delay

macrov1.9

cljs.spec.impl.gen/delay

(delay [& body])
given body that returns a generator, returns a generator that delegates to that, but delays creation until used.

No examples yet. Be the first to add one!