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

Method WorkerEnqueue

binaryninjaapi.cpp:316–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314
315
316void BinaryNinja::WorkerEnqueue(const function<void()>& action, const std::string& name)
317{
318 WorkerThreadActionContext* ctxt = new WorkerThreadActionContext;
319 ctxt->action = action;
320 BNWorkerEnqueueNamed(ctxt, WorkerActionCallback, name.c_str());
321}
322
323
324void BinaryNinja::WorkerEnqueue(RefCountObject* owner, const function<void()>& action, const std::string& name)

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.80
funcMethod · 0.80

Tested by

no test coverage detected