lua.wetgenes.tasks.do_memo
result = tasks:do_memo(memo,timeout)
result = tasks:do_memo(memo)
Similar to calling tasks: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.