We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d2cd6 commit 28a992cCopy full SHA for 28a992c
src/main.cpp
@@ -84,6 +84,7 @@ int main() {
84
return;
85
}
86
};
87
+ // FIXME: なぜか30msより短いと挙動がおかしくなる
88
equeue.call_every(30ms, [&equeue, &pc, &pc_mutex, &received_order, &process_order]() {
89
TrylockGuard pc_guard(pc_mutex);
90
if (!pc_guard.locked()) {
0 commit comments