StimBuff: Make produceFrameReq responsive to stop()

This commit is contained in:
2025-11-14 02:23:04 -04:00
parent c268414b0d
commit 0720ed9c76
2 changed files with 29 additions and 0 deletions
+2
View File
@@ -107,8 +107,10 @@ protected:
private:
boost::asio::io_service& ioService;
protected:
SpinLock shouldContinueLock;
bool shouldContinue;
private:
boost::asio::deadline_timer timer;
size_t nDeferrals;
std::chrono::high_resolution_clock::time_point deferralStartTime;