Sha256: a04ad48bae0bacda970fc3e0f253a119ed44fccdfcd197702a07bf7fa6490c87

Contents?: true

Size: 88 Bytes

Versions: 7

Compression:

Stored size: 88 Bytes

Contents

fibers = []

(1..).each do |i|
	fibers << Fiber.new{}
	fibers.last.resume
	puts i
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
async-1.24.1 benchmark/fiber_count.rb
async-1.24.0 benchmark/fiber_count.rb
async-1.23.0 benchmark/fiber_count.rb
async-1.22.2 benchmark/fiber_count.rb
async-1.22.1 benchmark/fiber_count.rb
async-1.22.0 benchmark/fiber_count.rb
async-1.21.0 benchmark/fiber_count.rb