zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
438 stars 195 forks source link

Add loop class based on czmq zloop #187

Closed piskorzj closed 7 years ago

piskorzj commented 7 years ago

Hello, I'm big fan of zloop class in CZMQ project. I started using reactor class but lack of timer functions was very inconvenient. It was hard to decide whether I should extend reactor class or add a new one. Finally, I decided to add a new one - following pattern in CZMQ project.

If this approach somehow not match your vision, please feel free to comment, it is not that hard to merge them together.

I've noticed that I forgot to put this on separate branch, that is why I closed #186 and opened new PR with separate feature branch.