lua-users home
lua-l archive

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


Those interested in simulating multiple threads on a uniprocessor might
want to check out the Threads chapter in Dave Hanson's book entitled
`C Interfaces and Implementations'.  A Lua binding for Hanson's thread
primitives might be interesting...

Norman