MCPcopy Create free account
hub / github.com/cztomczak/cefpython / PostTask

Method PostTask

src/subprocess/main_message_loop/main_message_loop_std.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void MainMessageLoopStd::PostTask(CefRefPtr<CefTask> task) {
24 CefPostTask(TID_UI, task);
25}
26
27bool MainMessageLoopStd::RunsTasksOnCurrentThread() const {
28 return CefCurrentlyOn(TID_UI);

Callers 4

mainFunction · 0.80
save_screenshotFunction · 0.80
OnLoadErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected