[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua C API and 1:1 lua_state : os threads
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 11 Mar 2014 08:27:11 +0200
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.