error-chain icon indicating copy to clipboard operation
error-chain copied to clipboard

Chaining errors from spawned threads.

Open HiDefender opened this issue 5 years ago • 0 comments
trafficstars

Loving error-chain, thank you. Recently I wanted to chain errors returned by a thread. I ran into some difficulty and ended up with a solution.

Not sure if you would want to incorporate something like that into error-chain or not, but I thought I'd ask. It's useful knowing why your threads crash as they can be a bit more difficult to debug.

HiDefender avatar Jul 09 '20 20:07 HiDefender