Skip to content

Instantly share code, notes, and snippets.

@yorickpeterse
Last active August 29, 2015 14:19
Show Gist options
  • Save yorickpeterse/7186655dbfa6c6f8565d to your computer and use it in GitHub Desktop.
Save yorickpeterse/7186655dbfa6c6f8565d to your computer and use it in GitHub Desktop.
require 'aws-sdk'
Thread.abort_on_exception = true
threads = 10.times.map do |n|
Thread.new do
Aws::Xml::Parser::NokogiriEngine
end
end
threads.each(&:join)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment