# libthpool **Repository Path**: siasjack/libthpool ## Basic Information - **Project Name**: libthpool - **Description**: C语言实现的线程池动态库 借鉴参考:https://blog.csdn.net/qq_36359022/article/details/78796784 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 4 - **Created**: 2019-11-12 - **Last Updated**: 2023-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libthpool #### 介绍 C语言实现的线程池动态库 动态库很简单,仅需make即可生成so动态库文件和a静态库文件,链接即可使用 借鉴参考:https://blog.csdn.net/qq_36359022/article/details/78796784 #### 使用方法 ``` $ make $ ./threadpool_test #执行测试demo程序 ```