summaryrefslogtreecommitdiffstats
path: root/include/framework/scheduling/FIFOScheduler.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2024-01-31 13:29:49 -0500
committerDouglas Rumbaugh <dbr4@psu.edu>2024-01-31 13:29:49 -0500
commitd166465dcca3550cb8f3263e0f5b5189a69d531a (patch)
tree74314867661080b3ef27130ffcbdc2308fa6413e /include/framework/scheduling/FIFOScheduler.h
parent51a85013236f4b2bd596caf179d90e67c848963c (diff)
downloaddynamic-extension-d166465dcca3550cb8f3263e0f5b5189a69d531a.tar.gz
Temporary thread affinity for reconstruction
Diffstat (limited to 'include/framework/scheduling/FIFOScheduler.h')
-rw-r--r--include/framework/scheduling/FIFOScheduler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/framework/scheduling/FIFOScheduler.h b/include/framework/scheduling/FIFOScheduler.h
index 0df4d3c..c6baf9b 100644
--- a/include/framework/scheduling/FIFOScheduler.h
+++ b/include/framework/scheduling/FIFOScheduler.h
@@ -114,6 +114,7 @@ private:
}
} while(!m_shutdown.load());
}
+
};
}