StimBuff: Make produceFrameReq responsive to stop()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user