> Michael Schnell wrote: > > I don't see how async timers can be useful for software (maybe to > control hardware perhaps, but only the trivial kind as well, no complex > state allowed), as you cannot take any locks, and must be re-entrant.
No, not reentrant, unless you use the same event in the queues of multiple execution points. (which is unlikely I think) _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel