co = coroutine.create(function () for i=1,10 do print(i) coroutine.yield() end end)