mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Add orthogonal OK/ERROR states.
Replace state check mutex with atomic. Update DDS example documentation.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
a7ab33a10e
commit
fbf7dbf2ba
@@ -69,7 +69,7 @@ void FairMQBenchmarkSampler::Run()
|
||||
|
||||
void FairMQBenchmarkSampler::ResetEventCounter()
|
||||
{
|
||||
while (CheckCurrentState(RUNNING))
|
||||
while (true)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user