50 51 52 53 54
# File 'lib/em-ventually.rb', line 50 def parallel(&blk) _pool.in_parallel do instance_eval(&blk) end end