MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / execute

Method execute

include/concurrencpp/timers/timer.h:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 m_callable(std::forward<given_callable_type>(callable)) {}
102
103 void execute() override {
104 if (cancelled()) {
105 return;
106 }
107
108 m_callable();
109 }
110 };
111} // namespace concurrencpp::details
112

Callers 1

fireMethod · 0.80

Calls 1

cancelledFunction · 0.85

Tested by

no test coverage detected