Hello..
My Asynchronous timer for Delphi and Freepascal was updated to version 1.05
The resume() and suspend() methods of TThread class that i have used are
deprecated, so i have replaced them with the Start() method and i have
enhanced my Asynchronous timer and now it doesn't use resume() and
suspend() methods. And i think that my Asynchronous timer is now stable
and fast and it is works on both Windows and Linux.
You can download it from:
https://sites.google.com/site/scalable68/asynchronous-timer-for-delphi-and-freepascal
Thank you,
Amine Moulay Ramdane.