Registry / utility / lockpp

lockpp

JSON →
library3.2.0vcpkgunverified

A C++17 Library that provides mutex protected objects

vcpkg install lockpp
INSTALL
IMPORT
SIG · LOCKPP
L
lockpp
utilitycppv3.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lockpp/lockpp.h
#include <lockpp/lockpp.h>

Create a mutex-protected integer and access it safely

#include <lockpp/lockpp.h> #include <iostream> int main() { lockpp::locked_ptr<int> ptr(new int(42)); auto locked = ptr.lock(); std::cout << *locked << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

lockpp — pip install lockpp · libregistry