Skip to content
Commit 2f40ef61 authored by Alberto Miranda's avatar Alberto Miranda
Browse files

Fix race condition testing/setting m_is_paused

Two new private member functions pause_accept() and resume_accept() have
been added to urd, which internally use the compare_exchange_weak()
method to atomically test and set m_is_paused.

Fixes #15.
parent 753b05f7
Pipeline #75 passed with stages
in 34 minutes and 2 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment