Skip to content

jamesmoriarty/thread-pool

Repository files navigation

thread-pool Build Status Dependency Status Coverage Status Code Climate

Ruby thread pool.

thread_pool = ThreadPool.new(2)
thread_pool.schedule { "Do something..." }
thread_pool.start
thread_pool.shutdown