Same as #spawn but sets the pool size to ‘1`.
100 101 102
# File 'lib/arachni/processes/dispatchers.rb', line 100 def light_spawn( options = {}, &block ) spawn( options.merge( pool_size: 1 ), &block ) end