t = {} threads.parallel(8, function(no) for i = 1, 1250 do table.insert(t, i) end end) print("Expected: 10000") print(#t)