MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / ExecuteInNewThread

Method ExecuteInNewThread

source/script_object.cpp:2667–2673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2665
2666
2667ResultType IObjectPtr::ExecuteInNewThread(TCHAR *aNewThreadDesc, ExprTokenType *aParamValue, int aParamCount, __int64 *aRetVal) const
2668{
2669 DEBUGGER_STACK_PUSH(aNewThreadDesc)
2670 ResultType result = CallMethod(mObject, mObject, nullptr, aParamValue, aParamCount, aRetVal);
2671 DEBUGGER_STACK_POP()
2672 return result;
2673}
2674
2675
2676Func *IObjectPtr::ToFunc() const

Callers 4

EvalMethod · 0.80
MsgSleepFunction · 0.80
CheckScriptTimersFunction · 0.80

Calls 1

CallMethodFunction · 0.85

Tested by

no test coverage detected