文件名称:linux的timerfd_create实现计时器
文件大小:3KB
文件格式:GZ
更新时间:2018-08-27 02:49:44
linux c/c++ 计时器
可以单线程添加多个计时器,同时配合了观察者模式,一个计时器可以有多个响应。
【文件预览】:
timer
----IObserver.h(314B)
----timeobserver.h(969B)
----timer_poll.h(2KB)
----timeobserver.cpp(413B)
----main.cpp(2KB)
----IObserver.cpp(23B)
----timer_poll.cpp(3KB)