[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua 5.2 Feature Request
- From: "Alexandr Leykin" <leykina@...>
- Date: Sun, 6 Apr 2008 11:36:08 +0000
I will propose simple-coroutine:
do
--block1
some code
end
also
do
-- block2
some again
end
also - keyword.
block1 and block2 will be running together (in different thread)