Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 308 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 308 Bytes

c-liber

A growing c library as a result of c programming study. A simple thread pool implementation based on oracle's "Multithread Programming Guide" is included. Add an event loop implementation use the thread pool and epoll as back end, an example echo server is included in examples directory.