首页 > 其他 > 详细

libuv(不断更新)

时间:2015-08-08 13:16:24      阅读:280      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!