From 772a6bef0de2dcf0b7d9d596ce86f1def4d1f03e Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 26 Feb 2013 04:54:45 +0000 Subject: Added auto-lock classes to the Bu::ReadWriteMutex, I think I like that type of encapsulation, at least for the read/write guy. Also started work on a thread-safe wrapper for the standard hash. There is a lot of functionality we just have to leave out in this, it's just too dangerous in a thread-safe class. --- src/tests/synchrohash.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/tests/synchrohash.cpp (limited to 'src/tests') diff --git a/src/tests/synchrohash.cpp b/src/tests/synchrohash.cpp new file mode 100644 index 0000000..7f6dbd1 --- /dev/null +++ b/src/tests/synchrohash.cpp @@ -0,0 +1,7 @@ +#include + +int main() +{ + Bu::SynchroHash Things; +} + -- cgit v1.2.3