Skip to content

Commit 28a992c

Browse files
committed
Add comment
1 parent 67d2cd6 commit 28a992c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ int main() {
8484
return;
8585
}
8686
};
87+
// FIXME: なぜか30msより短いと挙動がおかしくなる
8788
equeue.call_every(30ms, [&equeue, &pc, &pc_mutex, &received_order, &process_order]() {
8889
TrylockGuard pc_guard(pc_mutex);
8990
if (!pc_guard.locked()) {

0 commit comments

Comments
 (0)