# JZThreadPool **Repository Path**: think-full/JZThreadPool ## Basic Information - **Project Name**: JZThreadPool - **Description**: c++98语言规范实现的线程池、任务池 - **Primary Language**: C/C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-29 - **Last Updated**: 2023-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于Windows/Linux双平台的线程池实现 * 采用c++98语言规范 * 简单的固定线程池实现,面向对象做法,每个任务都是一个子类对象