Archived
1
0
Fork 0
A minimal event notification library for C/C++
This repository has been archived on 2024-08-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-08-15 18:36:40 +02:00
examples meta: Use my new name 2024-08-15 18:35:53 +02:00
perf meta: Use my new name 2024-08-15 18:35:53 +02:00
.gitignore
.mailmap meta: Add mailmap 2024-08-15 18:36:40 +02:00
CHANGES Version 0.4 2022-03-01 16:10:47 +01:00
config.h meta: Use my new name 2024-08-15 18:35:53 +02:00
epoll.c meta: Use my new name 2024-08-15 18:35:53 +02:00
ev_api.h meta: Use my new name 2024-08-15 18:35:53 +02:00
hash.c meta: Use my new name 2024-08-15 18:35:53 +02:00
hash.h meta: Use my new name 2024-08-15 18:35:53 +02:00
kqueue.c meta: Use my new name 2024-08-15 18:35:53 +02:00
LICENSE meta: Use my new name 2024-08-15 18:35:53 +02:00
litev-internal.h meta: Use my new name 2024-08-15 18:35:53 +02:00
litev.c meta: Use my new name 2024-08-15 18:35:53 +02:00
litev.h meta: Use my new name 2024-08-15 18:35:53 +02:00
Makefile build: Add install and uninstall targets 2022-03-01 16:26:26 +01:00
poll.c meta: Use my new name 2024-08-15 18:35:53 +02:00
README.md Revert "Goodbye" 2023-09-28 09:04:58 +02:00

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.