You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`runOnRuntimeAsync` lets you asynchronously run [workletized](/docs/fundamentals/glossary#to-workletize) functions on a [Worker Runtime](/docs/fundamentals/runtimeKinds#worker-runtime).
7
+
`runOnRuntimeAsync` lets you asynchronously run [worklets](/docs/fundamentals/glossary#worklet) on a [Worker Runtime](/docs/fundamentals/runtimeKinds#worker-runtime).
8
8
It returns a Promise of the worklet's return value. The Promise is resolved asynchronously, not immediately after the callback execution.
0 commit comments