# thread-safe-stl-containers **Repository Path**: cplus-learn/thread-safe-stl-containers ## Basic Information - **Project Name**: thread-safe-stl-containers - **Description**: thread safe stl containers - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-02-20 - **Last Updated**: 2024-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 线程安全的C++容器,基于 C++ 11 。 源码来自于[code from google](https://code.google.com/archive/p/thread-safe-stl-containers/),使用现代C++(C++11)库替换boost库并增加部分C++1接口。