]> granicus.if.org Git - curl/commit
examples: Added a c++ example of using multi with boost::asio
authorLijo Antony <lta@one.com>
Wed, 21 Nov 2012 10:19:45 +0000 (14:19 +0400)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 Nov 2012 17:21:31 +0000 (18:21 +0100)
commitba33665d1ffc27ccbb9a65c6af058c7c977c9614
tree8921a34efbb533a034e11256c26025d522687b44
parent67f053b6724499185b947fbfa11d7a01061129a8
examples: Added a c++ example of using multi with boost::asio

Added an example for demonstrating the usage of curl multi interface
with boost::asio in c++
docs/examples/Makefile.inc
docs/examples/asiohiper.cpp [new file with mode: 0644]