Skip to content

Commit

Permalink
Merge pull request #71 from cnnblike/patch-1
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
wqking authored Feb 20, 2024
2 parents 9b2ceee + 92210f4 commit da6638b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ dispatcher.dispatch(5);

### Using EventQueue
```c++
#include "eventpp/eventqueue.h"
eventpp::EventQueue<int, void (const std::string &, const bool)> queue;

queue.appendListener(3, [](const std::string s, bool b) {
Expand Down

0 comments on commit da6638b

Please sign in to comment.