Open kammce opened 3 years ago
std::binary_semaphore should replace usage of std::atomic as an implementation of a semaphore class for critical sections.
This will result in a change in CanNetwork specifically which utilizes std::atomic
Feature Request
std::binary_semaphore should replace usage of std::atomic as an implementation of a semaphore class for critical sections.
Detailed Description
This will result in a change in CanNetwork specifically which utilizes std::atomic