hleclerc / Evel

C++ idiomatic fast event loop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evel is the "Evident Event Loop". It is basically a C++ wrapper around epoll/IOCP/kqueue to handle asynchronous events in an loop.

It pursues the same goals than the great libuv library, excepted that it has a C++-ish orientation from the beginning, leading to more straightforward and secure APIs.

About

C++ idiomatic fast event loop

License:Apache License 2.0


Languages

Language:C++ 99.1%Language:JavaScript 0.8%Language:Makefile 0.1%