enq(obj)
Enqueue a request to be executed in the worker pool
@param obj [String] mostly it is name of spec that should be downloaded
# File lib/bundler/worker.rb, line 37 def enq(obj) create_threads unless @threads @request_queue.enq obj end