Skip to main content

deliver

functionv1.1

clojure.core/deliver

Available in:BBCLJ
(deliver [promise val])
Delivers the supplied value to the promise, releasing any pending derefs. A subsequent call to deliver on a promise will have no effect.

No examples yet. Be the first to add one!