require("global") local channels = require("channels") local t = jin.thread.getThread() local str = t:demand(channels.PROGRESS) print(str) t:send(3, "back data") while true do jin.time.sleep(1) end