NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in
ts
function dispatchToMainThread(func: Function): any;

Defined in: utils/mainthread-helper.d.ts:5

Dispatches the passed function for execution on the main thread

Parameters

ParameterTypeDescription
funcFunctionThe function to execute on the main thread.

Returns

any