spawn("test", function() for i = 1, 10 do print(i) coroutine.yield() end end )