robotology / cer

Contains SW specific to the R1 robots
GNU General Public License v2.0
10 stars 13 forks source link

Use std::mutex #109

Closed pattacini closed 4 years ago

pattacini commented 4 years ago

Given https://github.com/robotology/yarp/pull/2080, this PR replaces yarp::os::Mutex and yarp::os::Semaphore (only when used as a mutex) with std::mutex.