Replies: 1 comment
-
For boolean flags (bool only) there is also From https://en.cppreference.com/w/cpp/atomic/atomic_flag
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During the refactoring done for the release of YARP 3.0.0 @drdanz and me found that
yarp
is plenty of code like thisthat should become
atomic
will free us from a lot of mutexes/semaphoresBeta Was this translation helpful? Give feedback.
All reactions