首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > libuevent

libuevent

  • 资源大小:10.22 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

A minimal implementation of asynchronous timers and streams for posix like systems. Intended for environments where libevent would be too large. README ``` LibUEvent - A Microscopic event library. ======================================== The libuevent library is a small event library in the style of the venerable Xt(3) event loop. Basically an event context is created,and handlers for timeounts and stream events can be registered with this context. After initial setup, the typical application will enter the event loop that will only return at program termination. The C API The typical application will do the following steps 1. Create the event context with lueCtxtCreate() 2. Register initial callbacks with lueAddInput, lueAddOutput and lueAddTimer 3. Enter the event loop Lua binding A lua binding is available that should mix well with luasocket and luaposix. Time resolutions are in milli second integers in order to

文 件 列 表

libuevent-0.01
Makefile
README
libuevent.c
libuevent.h
llist.h
luevent.c
test.c
test.lua
.hg_archival.txt

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.177203s