zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.97k stars 757 forks source link

Add an example #423

Closed serg06 closed 4 years ago

serg06 commented 4 years ago

I had a really tough time figuring out how to do simple multi-threaded pub-sub with cppzmq; I finally figured it out so I'd like to add it.

sigiesec commented 4 years ago

Thanks for adding the examples, that's really helpful! Could you just reformat that using clang-format?

sigiesec commented 4 years ago

Thanks! Sorry for taking so long to merge this.