lua.wetgenes.tasks.do_memo
result = tasks:do_memo(memo,timeout)
result = tasks:do_memo(memo)
set memo.id to false and we will only send and not receive
Similar to calling tasks:send/receive but without the problems that come from me trying to remember how to spell receive and it returns memo.result instead of memo so slightly less mess. This will assert on finding a memo.error so less need to check for errors.