Qpid Proton C++  0.13.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
schedule_send_03.cpp

Shows how to use proton::container::schedule to schedule a timed callback in a C++03 compatible way. See schedule_send.cpp for a more convenient approach using std::function if you have C++11.