On Sun, Feb 17, 2013 at 11:06 PM, EaseWay Hu <[email protected]> wrote: > 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.
Uploaded, thank you! -- Hisham http://hisham.hm/ ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
