Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
enq(obj)
public
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