Method: Arachni::BrowserCluster#wait

Defined in:
lib/arachni/browser_cluster.rb

#waitObject

Blocks until all resources have been analyzed.



266
267
268
269
270
# File 'lib/arachni/browser_cluster.rb', line 266

def wait
    fail_if_shutdown
    @done_signal.pop if !done?
    self
end