junlon2006 / cpp-feature

c++11 feature etc.
Apache License 2.0
0 stars 1 forks source link

c++ lock_guard、unique_lock #12

Open junlon2006 opened 4 years ago

junlon2006 commented 4 years ago

都是采用RAII技术 unique_lock控制更灵活一些

junlon2006 commented 4 years ago

https://github.com/junlon2006/cpp-feature/blob/master/RAII.cpp