且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在c中使用Waitable计时器

更新时间:2022-06-19 06:02:56

如果您不知道如何使用它,为什么会认为自己需要它?从MSDN文章看来,它似乎已用于同步.
If you don''t know how to use it, why do you think you need it ? It looks like it''s used for synchronisation, from the MSDN article.


我将建议您阅读 ^ ]从 Nemanja Trifunovic [
I''ll recommend you to read this article[^] from Nemanja Trifunovic[^] about timers (different kind of them including waitable timers). It will explain you easily how to implement them and moreover it will give you some interesting samples.

Hope this helps... :thumbsup: