codegram / futuroscope

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

useless stack traces #21

Open langalex opened 10 years ago

langalex commented 10 years ago

when there's an error inside a future the stack trace i get only shows me the frames of the thread that executed the future. do you think there's some way to pass the original stack trace into the future and in case there's an exception attach that to the exception?