Skip to content

Commit

Permalink
Add some comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hit9 committed Apr 20, 2024
1 parent b9e10b2 commit 3b3aa79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blinker.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ class Connection {
int Poll(Callback cb) { return board->Poll(signature, cb); }
};

// The board of signals.
// Where the N is at least (the max number of signals in this board + 1).
template <size_t N = DefaultNSignal>
class Board : public IBoardPoller<N>, public IBoardEmitter {
private:
Expand Down

0 comments on commit 3b3aa79

Please sign in to comment.