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

Method schedule

cpp/src/work_queue.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void work_queue::schedule(duration d, internal::v03::work f) {
57 // If we have no actual work queue, then can't defer
58 if (!impl_) return;
59 return impl_->schedule(d, f);
60}
61
62void work_queue::schedule(duration d, internal::v11::work f) {
63 // If we have no actual work queue, then can't defer

Callers

nothing calls this directly

Calls 2

scheduleFunction · 0.85
make_workFunction · 0.85

Tested by

no test coverage detected