local wakeup = require("wakeup") return function () tmr.create():alarm( 1000, tmr.ALARM_AUTO, function (timer) wakeup:step(timer) collectgarbage() end) end