Simon 's Blog
» 做笔记做笔记
Toggle navigation
Simon 's Blog
HOME
总裁介绍
coper
zongcai
what
ARCH
TAGS
navigation
标签 - libev
libev源码解析
? libev ?
2018-03-07 16:50:03
523
0
0
[TOC] #样例 ``` #include #include ev_timer timeout_watcher; static void timeout_cb(EV_P_ ev_timer *w, int revents) { puts("timeout"); ev_break(EV_A_ EVBREAK_ONE)