lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Mar 10, 2014 at 11:02 PM, William Ahern
<william@25thandclement.com> wrote:
> Threading is hard. There's no room for shortcuts ;)

That's for sure!  We all learnt  this the hard way - they do say that
if you think threading is easy you haven't worked with it enough.

Hence the modern approach: sharing data explicitly by channels.

steve d.