Giuseppe Attardi <attardi <at> di.unipi.it> writes: > I wrote a sample variant of hiperfifo written in C++ and using libevent2 > which I would like to submit. > I think it is nicely structured and easier to undersand than the C version.
Hi, Giuseppe. Thanks for the sample! Here is another example of CURL-libevent integration, again in C++, header-only: http://code.google.com/p/libglim/source/browse/trunk/runner.hpp BTW, in multi_timer_cb shouldn't you check for negative and zero timeout_ms? ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
