Why another wrapper?

The usual idiom used when writing zmq::poll based code is based on a block
of if_conditions, testing for the occurrence of one event or the other.
This might be error prone and hard to maintain in the long run.
And this is where the wrapper comes handy: it separates poll functionality
from actions and state (4 different ways to do it) and provides the boiler
plate of zmq::poll functionality.

http://github.com/radub-mtl/zmq--poll-wrapper


Hope you'll find it useful!
Radu
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to