lua.wetgenes.tasks.linda_memos
local memos=require("wetgenes.tasks").memos
for memo in memos(linda,subid) do
... -- deal with new memos
end
Simple iterator for memos available at a subscription id.
local memos=require("wetgenes.tasks").memos
for memo in memos(linda,subid) do
... -- deal with new memos
end
Simple iterator for memos available at a subscription id.