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

Function make_work

cpp/include/proton/work_queue.hpp:220–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218/// will bind both free functions and pointers to member functions.
219template <class R, class T>
220work make_work(R (T::*f)(), T* t) {
221 return work_pmf0<R, T>(f, *t);
222}
223
224template <class R, class T, class A>
225work make_work(R (T::*f)(A), T* t, A a) {

Callers 15

addMethod · 0.85
scheduleMethod · 0.85
on_openMethod · 0.85
on_receiver_openMethod · 0.85
first_idleMethod · 0.85
second_idleMethod · 0.85
first_idleMethod · 0.85
second_idleMethod · 0.85
third_idleMethod · 0.85
fourth_idleMethod · 0.85
on_connection_openMethod · 0.85
scheduleMethod · 0.85

Calls

no outgoing calls

Tested by 12

on_openMethod · 0.68
on_receiver_openMethod · 0.68
first_idleMethod · 0.68
second_idleMethod · 0.68
first_idleMethod · 0.68
second_idleMethod · 0.68
third_idleMethod · 0.68
fourth_idleMethod · 0.68
on_connection_openMethod · 0.68
on_openMethod · 0.68
on_container_startMethod · 0.68
on_container_startMethod · 0.68