第29月第14天 evpp
Posted javastart
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第29月第14天 evpp相关的知识,希望对你有一定的参考价值。
1.evpp
https://github.com/Qihoo360/evpp/tree/master/examples/recipes/self_control_timer
https://blog.csdn.net/zieckey/article/details/70245013
2.enable_shared_from_this
shared_ptr接收裸指针,更改引用计数。
shared_ptr接收shared_ptr,更改引用计数。
在类的内部获取shared_ptr需要shared_from_this。
https://www.zhihu.com/question/30957800
https://baike.baidu.com/item/shared_ptr/2708164?fr=aladdin
https://blog.csdn.net/caoshangpa/article/details/79392878
3.libevent timer
time-test.c
https://blog.csdn.net/u010090316/article/details/70833334
以上是关于第29月第14天 evpp的主要内容,如果未能解决你的问题,请参考以下文章