Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Timeout::Error example no longer works consistently
* This PR from the timeout gem (ruby/timeout#30) made it so you have to handle_interrupt on Timeout::ExitException instead of Timeout::Error * Efficiency changes to the gem (one shared thread) mean you can't consistently handle timeout errors using handle_timeout: ruby/timeout#41
- Loading branch information