I want to make multithreaded server using epoll in C

后端 未结 0 612
臣服心动
臣服心动 2020-11-29 21:12

I made a thread pool and below is the code which they execute

161 void* thread_main(void *arg){
162     int MAX_EVENTS =LISTENQ ;
163     struct epoll_event e         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题