A minimal event notification library for C/C++
| examples | ||
| perf | ||
| .gitignore | ||
| .mailmap | ||
| CHANGES | ||
| config.h | ||
| epoll.c | ||
| ev_api.h | ||
| hash.c | ||
| hash.h | ||
| kqueue.c | ||
| LICENSE | ||
| litev-internal.h | ||
| litev.c | ||
| litev.h | ||
| Makefile | ||
| poll.c | ||
| README.md | ||
litev
A minimal event notification library for C/C++.
Disclaimer
Until version 1.0 has been released, the API may be subject to later change. Therefore I do not encourage you to use this in a productive environment.
License
All sources use the ISC (like OpenBSD) license. See the LICENSE file for details.