class Bundler::Worker

def enq(obj)

Parameters:
  • obj (String) -- mostly it is name of spec that should be downloaded
def enq(obj)
  create_threads unless @threads
  @request_queue.enq obj
end