lua-users home
lua-l archive

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


> Is it possible to get several different, concurrent alarms running
> using lalarm?

Yes, but you have to write the dispatcher yourself. Not hard, but not totally
trivial either. POSIX alarm only handle one alarm. --lhf