We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c765a3 commit 77565ffCopy full SHA for 77565ff
1 file changed
src/agent/format_queue.h
@@ -37,8 +37,6 @@ constexpr int kMaxFormatQueueSize = 100;
37
// to the message that can be transmitted to the Hub service. The class is
38
// thread safe since breakpoints are captured and formatted on different
39
// threads.
40
-// TODO(vlif): this class only supports polling at the moment. Need to get rid
41
-// of polling in favor of a push model a new breakpoint result is available.
42
class FormatQueue {
43
public:
44
// Event fired when a new breakpoint update is enqueued. This event is fired
0 commit comments