Does the stuff in error kit work across thread boundaries. I'm thinking, for instance, if you run a computation using pmap, the individual computations are run inside of Java futures, which will propagate exceptions back to the caller when the caller gets the value. So, pmap should work fairly transparently with regard to Java exception semantics. That is nice. Can the same be said for the error-kit stuff?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
