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

Shows how to use proton::container::schedule to schedule a timed callback.This version uses std::function and so requires C++11 or better. For a C++03 compatible approach see schedule_send_03.cpp.