Michael Schnell wrote: > An asynchronous timer needs to do a preemptive callback. No. > Preemptive > execution needs it's own thread. No. > This is a way to provide the timer with > a thread. Preemptive means same thread, as it 'preempts' it. That's what a (unix) signal is. That's what Vincent meant (I think). Micha