Alan Conway created PROTON-1221:
-----------------------------------

             Summary: c++: new container interface lacks scheduled timer events
                 Key: PROTON-1221
                 URL: https://issues.apache.org/jira/browse/PROTON-1221
             Project: Qpid Proton
          Issue Type: Bug
          Components: cpp-binding
            Reporter: Alan Conway
            Assignee: Alan Conway


Scheduled timer events fell out of the new proton::container API and need to be 
restored. Rather than adding timer functions to the messaging_handler 
interface, container::schedule() will take a std::function (or C++03 functor 
class) similar to event_loop::inject. Otherwise the API would be similar: 
returning a task object that can be ignored or used to cancel() the task.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to