MCPcopy Create free account
hub / github.com/apache/qpid-proton / schedule

Method schedule

cpp/src/container.cpp:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114std::string container::id() const { return impl_->id(); }
115
116work_handle container::schedule(duration d, internal::v03::work f) { return impl_->schedule(d, f); }
117work_handle container::schedule(duration d, internal::v11::work f) { return impl_->schedule(d, f); }
118
119work_handle container::schedule(duration d, void_function0& f) { return impl_->schedule(d, make_work(&void_function0::operator(), &f)); }

Callers 13

on_openMethod · 0.45
on_container_startMethod · 0.45
on_container_startMethod · 0.45
on_container_startMethod · 0.45
on_openMethod · 0.45
on_container_startMethod · 0.45
on_container_startMethod · 0.45
on_sender_openMethod · 0.45
tickMethod · 0.45
on_sender_openMethod · 0.45
tickMethod · 0.45
on_connection_openMethod · 0.45

Calls 1

make_workFunction · 0.85

Tested by 7

on_openMethod · 0.36
on_container_startMethod · 0.36
on_container_startMethod · 0.36
on_container_startMethod · 0.36
on_openMethod · 0.36
on_container_startMethod · 0.36
on_container_startMethod · 0.36