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