MCPcopy 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
311void invoke(const std::function<void()>& func) { begin_invoke(func).get(); }
312
313std::future<void> begin_invoke(const std::function<void()>& func)
314{

Callers 4

uninitFunction · 0.85
closeMethod · 0.85
html_producerMethod · 0.85
waitMethod · 0.85

Calls 2

begin_invokeFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected