@lynx-js/react / runOnMainThread
函数: runOnMainThread()
runOnMainThread allows triggering main thread functions on the main thread asynchronously.
类型参数
参数
返回
Function
A function. Calling which with the arguments to be passed to the main thread function to trigger it on the main thread. This function returns a promise that resolves to the return value of the main thread function.
参数
返回
Promise<R>