The source is on http://github.com/easeway/lua-chan, the spec can also be
get from
https://github.com/easeway/lua-chan/raw/v0.1-1/rockspecs/lua-chan-0.1-1.rockspec

"lua-chan" is a simple and fast message queue implementation for isolated
Lua states running in multiple threads. It is quite similar to "go chan".

The philosophy that writing a multi-threading Lua program is to isolate the
threads with separate Lua states. There is no shared data across the Lua
states in threads. All communication and data exchange can be performed
with message queues. -- This is actually the same philosophy on
multi-threading as Dart language.

Thanks!

Attachment: lua-chan-0.1-1.rockspec
Description: Binary data

Attachment: lua-chan-0.1-1.src.rock
Description: Binary data

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to