libevent接口分析
环境配置与初始化
event_base_new
/**
* Create and return a new event_base to use with the rest of Libevent.
*
* @return a new event_base on success, or NULL on failure.
*
* @see event_base_free(), event_base_new_with_config()
*/
EVENT2_EXPORT_SYMBOL
struct ev
原创
2021-05-04 11:48:50 ·
400 阅读 ·
0 评论