Re: lalarm: multiple alarms?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: lalarm: multiple alarms?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2005年7月30日 22:40:41 -0300
> 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