aary / sharp

Some C++ libraries I implemented
15 stars 2 forks source link

[LockedData] Provide access to unique_lock to use condition variables #4

Closed aary closed 6 years ago

aary commented 8 years ago

The LockedData class should offer an interface that should return a unique_lock that the user can use to work with std::condition_variable and the like.