摘要:
线程池代码中存在一段结构体初始化的设计: /* all tasks in the linked list recalled function for task */ typedef struct worker { void *(*process) (void *arg); /*recalled fu 阅读全文
posted @ 2021-02-23 14:21
real-watson
阅读(126)
评论(0)
推荐(0)