9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
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