Skip to content

Instantly share code, notes, and snippets.

@qmx
Created October 7, 2011 04:56
Show Gist options
  • Save qmx/1269474 to your computer and use it in GitHub Desktop.
Save qmx/1269474 to your computer and use it in GitHub Desktop.
require 'java'
x = java.util.concurrent.Executors.new_cached_thread_pool
x.execute { puts "hello" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment