码迷,mamicode.com
首页 > 其他好文 > 详细

libuv(不断更新)

时间:2015-08-08 13:19:17      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:

/*
 * Initialize the uv_async_t handle. A NULL callback is allowed.
 *
 * Note that uv_async_init(), unlike other libuv functions, immediately
 * starts the handle. To stop the handle again, close it with uv_close().
 */
UV_EXTERN int uv_async_init(uv_loop_t*,
                            uv_async_t* async,
                            uv_async_cb async_cb);

发送异步命令时初始化用的,具体也不太了解

libuv(不断更新)

标签:

原文地址:http://www.cnblogs.com/zzyoucan/p/4712825.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!