Changeset 620 for trunk/mio/mio.h
- Timestamp:
- 05/07/08 01:15:08 (5 months ago)
- Files:
-
- 1 modified
-
trunk/mio/mio.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mio/mio.h
r576 r620 80 80 * @brief mio - manage i/o 81 81 * 82 * This used to be something large and all inclusive for 1.2/1.4, 83 * but for 1.5 and beyond it is the most simple fd wrapper possible. 84 * It is also customized per-app and may be limited/extended depending on needs. 82 * This is the most simple fd wrapper possible. It is also customized 83 * per-app and may be limited/extended depending on needs. 84 * 85 * It's basically our own implementation of libevent or libev. 85 86 * 86 87 * Usage is pretty simple:
