H
hebrerillo
Guest
I am developing a non gui application, and I need to implement a Timer that after a certain time interrupts the application to execute a specific callback. All in the same thread.
I took a look at the 'SetTimer' call, but this call does not work for me because I would also have to call 'GetMessage', which will block the application.
Is there a way to do this?? Maybe using a combination of Timers and signals??
Thanks a lot!
Continue reading...
I took a look at the 'SetTimer' call, but this call does not work for me because I would also have to call 'GetMessage', which will block the application.
Is there a way to do this?? Maybe using a combination of Timers and signals??
Thanks a lot!
Continue reading...