Skip to content

Instantly share code, notes, and snippets.

View lijoantony's full-sized avatar

Lijo Antony lijoantony

View GitHub Profile
@lijoantony
lijoantony / 1.cpp
Created November 17, 2012 17:50
Example program to demonstrate the usage of curl multi interface with boost::asio
boost::asio::io_service io_service;
boost::asio::deadline_timer timer(io_service);