Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
After a send, the sender should never access the task anymore.
authorChristophe Thiéry <christopho128@gmail.com>
Mon, 7 Nov 2011 17:30:46 +0000 (18:30 +0100)
committerChristophe Thiéry <christopho128@gmail.com>
Mon, 7 Nov 2011 18:25:20 +0000 (19:25 +0100)
commit4093630fb785dcdf15e635740f7c770cec59d88b
tree8fbf20e1a43017448d2f0529f0e8f15c069bb46e
parent7329497f42d918f8bac62146274854ef8c199681
After a send, the sender should never access the task anymore.

Since processes are in different Lua worlds, the receiver can garbage
collect the task.
examples/lua/console/master.lua
examples/lua/masterslave/master.lua