Vincent Parrett 830 Posted Friday at 11:12 PM 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 1951 Posted Friday at 11:55 PM Why not "context: pointer" instead of "context: UIntPtr"? Share this post Link to post
Vincent Parrett 830 Posted Saturday at 12:03 AM Honestly, I don't remember - I wrote this code ages ago! Share this post Link to post