react-native-vision-camera-workletsFunctions
createWorkletRuntimeForThread
function createWorkletRuntimeForThread(thread: NativeThread): WorkletRuntimeCreates a new WorkletRuntime that schedules its work on the given
NativeThread.
This wraps a Camera-owned NativeThread in a
react-native-worklets
WorkletRuntime so that Worklets (such as Frame Processors) can run directly
on the Camera pipeline's thread without context switching.
createRuntimeThreadProvider
Creates the default RuntimeThreadProvider implementation that bridges `react-native-vision-camera` with [react-native-worklets](https://docs.swmansion.com/react-native-worklets/docs/).
getCurrentThreadMarker
Returns a unique identifier for the thread this function is currently running on.