We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f936362 commit 8de542aCopy full SHA for 8de542a
include/dspatch/Circuit.h
@@ -163,6 +163,7 @@ class Circuit final
163
{
164
_pause = false;
165
_resumeCondt.notify_all();
166
+ std::this_thread::yield();
167
}
168
169
@@ -253,6 +254,7 @@ class Circuit final
253
254
255
_gotSync = false; // reset the sync flag
256
257
258
259
260
inline void SyncAndResume()
@@ -372,6 +374,7 @@ class Circuit final
372
374
373
375
376
377
378
379
380
private:
0 commit comments