第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的主要内容,如果未能解决你的问题,请参考以下文章

第20月第29天 cocoa抽象工厂

第15月第29天 ffmpeg AVERROR_EOF

第11月第14天 opengl yuv

第14月第11天 linkmap

第3月第14天 生产者-消费者

第27月第27天 https