lua-users home
lua-l archive

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


Regarding examples of threading with pthreads, take a look at this 
URL for an example of a synchronization subroutine using pthreads. 
This is where I started from.

http://publib.boulder.ibm.com/doc_link/en_US/a_doc_lib/aixprggd/genpr
ogc/condition_variables.htm#D3A449E901manu

Coroutines might do the trick, but I haven't investigated them yet 
as lua only came into the picture when I started looking for a 
scripting language for my application.

--- Rod

--- In lua-l@y..., "Chris" <jlsfjs@y...> wrote:
> Ahem... Don't sure to be clear (may be a small test app could be 
usefull)