luactor icon indicating copy to clipboard operation
luactor copied to clipboard

add actor.wait return value

Open ahappyforest opened this issue 10 years ago • 1 comments

while true do
    local ret = actor.wait({
        recv = function(msg)
            return "hello world"
        end
    })
end

sometimes I think It's very useful ; -)

ahappyforest avatar Aug 29 '14 10:08 ahappyforest

Coverage Status

Coverage remained the same when pulling 085bbbe4b43a8abb3360055422cf5b16cbac06f7 on van9ogh:patch-3 into 0ac606c6acca8b364462c8040f58caeda04b166d on xfguo:master.

coveralls avatar Aug 29 '14 10:08 coveralls