# myThreadPool **Repository Path**: LouisLoufy/myThreadPool ## Basic Information - **Project Name**: myThreadPool - **Description**: 学习多线程知识,尝试自行实现一个带优先级的线程池 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-25 - **Last Updated**: 2023-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myThreadPool 参考: 1. https://smartyue076.github.io/2023/06/10/%E7%BA%BF%E7%A8%8B%E6%B1%A0%E5%8E%9F%E7%90%86%E4%B8%8E%E5%AE%9E%E7%8E%B0/ 2. https://tech.meituan.com/2020/04/02/java-pooling-pratice-in-meituan.html Todo => 设计一个优先级队列, 考虑任务的优先级