This tutorial will guide you to understand and develop a multi-thread module using YARP threads API. After doing this tutorial you will be expected to know how to write a proper multi-thread module, ...
A basic mechanism supplied by the thread library to solve this problem, is called Mutex. A mutex is lock that guarantees three things: atomicity - Locking a mutex is an atomic operation, meaning that ...