# status **Repository Path**: caibingcheng/status ## Basic Information - **Project Name**: status - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-29 - **Last Updated**: 2022-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## status status is a header-only/compiled C++ library. It provides utility methods for status setting and getting. the library provide 2 default class. `safe_status` is a multi-thread safety class, `fast_status` is a faster but not multi-thread safety class. find the example [here](./example.cpp), compile & execute: ```Shell $ g++ example.cpp -o example -lpthread $ ./example ```