codegram / futuroscope

Yet another Futures implementation in Ruby
MIT License
209 stars 13 forks source link

Future should not marschal when it contains exceptions #17

Closed stephan-roolvink closed 10 years ago

stephan-roolvink commented 10 years ago

The reason for this fix is that, when you cache a future that produces an exception you are storing an exception state. Which in my opinion does not make sence.