Skip to content

Commit 745b809

Browse files
committed
Add additional comment for clarity
1 parent 685ccd9 commit 745b809

File tree

1 file changed

+2
-1
lines changed
  • decibel-cpp/include/decibel/messaging

1 file changed

+2
-1
lines changed

decibel-cpp/include/decibel/messaging/Reactor.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ class Reactor : public folly::Timekeeper
7070
return pPromise->getFuture();
7171
}
7272

73-
// folly::Executor
73+
// This is kept around for posterity should anyone want to add back
74+
// folly::Executor functionality
7475
// virtual void add(folly::Func fn);
7576

7677
// folly::TimeKeeper

0 commit comments

Comments
 (0)