Vincent Parrett 830 Posted March 28 Hi All I published a simple threadpool based timer - currently for windows only but architected to be extended for other platforms (PR's invited) https://github.com/VSoftTechnologies/VSoft.ThreadpoolTimer The timer does not rely on windows messages (like TTimer) - so can be used in console applications and services. 1 2 Share this post Link to post
Anders Melander 1955 Posted March 28 Why not "context: pointer" instead of "context: UIntPtr"? Share this post Link to post
Vincent Parrett 830 Posted March 29 Honestly, I don't remember - I wrote this code ages ago! Share this post Link to post