MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / ExecuteActionLocal

Function ExecuteActionLocal

mainthread.cpp:90–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89
90static void ExecuteActionLocal(void* ctxt)
91{
92 MainThreadActionContext* action = (MainThreadActionContext*)ctxt;
93 try
94 {
95 action->action();
96 }
97 catch (...)
98 {
99 action->exception = current_exception();
100 }
101}
102
103
104void BinaryNinja::ExecuteOnMainThreadAndWait(const function<void()>& action)

Callers

nothing calls this directly

Calls 1

actionMethod · 0.45

Tested by

no test coverage detected