Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fire
Method · 0.80
Calls
1
cancelled
Function · 0.85
Tested by
no test coverage detected