Hi Radu, I've added your project to the increasingly long list of projects on the Labs page: http://www.zeromq.org/docs:labs.
-Pieter On Wed, Aug 25, 2010 at 6:16 AM, Radu Braniste <[email protected]> wrote: > 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 > > -- - Pieter Hintjens iMatix - www.imatix.com _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
