
Robert Ramey <ramey@rrsd.com> wrote:
a) The web link permits one to download a zip file. But it would be handy for more casually interested observers to be able to browse the documentation right on the site.
The second section called "Documentation" on this web page: http://www.mpprogramming.com/cpp/ has links to all documentation in PDF format. Did you have something else in mind ? Robert Ramey <ramey@rrsd.com> wrote:
b) I'm thinking that this contains a "hand rolled" co-routine library. We brought up this before. I've used the co-routine library submitted to boost and found it very well documented and useful. It's a shame that this hasn't been reviewed and included in boost. The "hand rolled" versions of existing libraries is something that I'm not a fan of.
I stayed away from it as it did not support recursion: http://www.crystalclearsoftware.com/soc/coroutine/coroutine/coroutines.html - Roshan