[zeromq-dev] ZeroMQ with C++ and Fibers
Ian Upright
ian-public at upright.net
Fri May 10 00:39:21 CEST 2013
Hello,
I would like to use ZeroMQ, but combine it with Fibers/green threads/task
switching or whatever you like to call it. Here are some libraries I found:
http://www.boost.org/doc/libs/1_53_0/libs/coroutine/doc/html/index.html
http://swtch.com/libtask/
http://code.mozy.com/projects/mordor/
It's not completely clear to me how I would combine ZeroMQ with a task
library such as above. Is it possible to combine the two? If so, does
anyone have any idea or examples of how that could be achieved? Would there
be any thread library such as above that would be best suited with
integrating with ZeroMQ?
Thanks, Ian
More information about the zeromq-dev
mailing list