Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 212 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 212 Bytes

This is a simple event loop using epoll.

Callbacks can be registered (and removed) for file descriptors or timed events. tcp_server is a simple example that accepts connections and prints messages from clients.