1 2 3 4 5 6 7 8 9
# IO.select performance w = [ IO.pipe[1] ]; nr = 1000000 nr.times { IO.select nil, w }