event based timer
Andrej Mitrovic
andrej.mitrovich at gmail.com
Wed Jul 20 10:35:19 PDT 2011
At least on Windoze it's a simple case of SetTimer(hwnd, ID_TIMER, msecs, NULL);
For callbacks on Windows timeSetEvent() is ok.
More information about the Digitalmars-d
mailing list