react-native-vision-camera-workletsFunctions
createAsyncRunner
function createAsyncRunner(): AsyncRunnerCreates a new AsyncRunner backed by a dedicated NativeThread.
An AsyncRunner can be used inside a Frame Processor to offload
work to a separate thread without blocking the Camera pipeline.
Discussion
This is the Worklets-based implementation used by the default
RuntimeThreadProvider. Most users should use
useAsyncRunner() instead.
See
WorkletQueueFactory
The WorkletQueueFactory allows creating WorkletQueues from NativeThreads.
createRuntimeThreadProvider
Creates the default RuntimeThreadProvider implementation that bridges `react-native-vision-camera` with [react-native-worklets](https://docs.swmansion.com/react-native-worklets/docs/).