[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Go style channels in Lua
- From: Alexey Baskakov <alexey_baskakov@...>
- Date: Sat, 31 Aug 2013 19:17:41 +0400
Hi, Marek!
> Lua supports cooperative coroutines out of the box, which is great.
> Unfortunately Lua lacks built-in communication primitives. To fill the
> void I've implemented Go style channels in pure Lua.
That was not a comprehensive void, actually :)
Have a look at
http://github.com/loyso/LuaCSP
You could find it interesting.
Alexey.