资 源 简 介
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