lua-users home
lua-l archive

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


Cool.

The one "issue" I could see with your approach is that reading the signal
tested in the line hook actually depends on memory synchronization and doing
that properly is almost as expensive as a mutex lock/unlock. Is this not an
issue because you potentially just churn through enough memory that
eventually the value gets propagated?

Mark