For one of my hobby projects, I needed to add a small countdown timer at an affordable cost. Fortunately, a DigiSpark Attiny85 development board was lying around on my workbench. The next component ...
http { init_worker_by_lua_block { local timer_module = require("resty.timerng") local options = {} local timer_sys = timer_module.new(options) local function callback ...