Re: helper threads layer
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: helper threads layer
- From: Adrian Sietsma <adrian_groups@...>
- Date: 2006年3月11日 00:36:05 +1100
Adrian Sietsma wrote:
I am interested in using daniel manura's cnumber patch
<http://lua-users.org/wiki/CnumberPatch>
for simple interlocked/mutexed data interchange between lua universes.
On Windows, I can use the Interlocked... family of functions for
lightweight locking... anyone see a major flaw ?
Scratch that idea now.
foo = foo + 1
back to cfunction set & get methods (sigh)
Adrian