Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CasparCG/server
/ invoke
Function
invoke
src/modules/html/html.cpp:311–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
};
310
311
void invoke(const std::function<void()>& func) { begin_invoke(func).get(); }
312
313
std::future<void> begin_invoke(const std::function<void()>& func)
314
{
Callers
4
uninit
Function · 0.85
close
Method · 0.85
html_producer
Method · 0.85
wait
Method · 0.85
Calls
2
begin_invoke
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected