Skip to content

asureshraja/EPollThreadPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPoll-ThreadPool

implementation of threadpool with EPOLL

To compile

gcc thmain.c threadpool.c -w -lpthread -g

and to run the sample ./a.out

About

Thread pool based on epoll and eventfd.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages