I have a Clojure promise. When it's realized or fails I'd like to fire an action. How to do it in Clojure?
Here: http://dev.clojure.org/display/design/Promises then
and recover
is described which should give a possibility to define such callbacks, but it is not in the clojure core as I see it.