react-native-vision-camera-workletsFunctions
getCurrentThreadMarker
function getCurrentThreadMarker(): numberReturns a unique identifier for the thread this function is currently running on.
This is useful for debugging and asserting which thread a given Worklet is
executing on (e.g. the UI thread, a Frame Processor thread, or an
AsyncRunner's thread).