We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee9f4d commit 2159eacCopy full SHA for 2159eac
1 file changed
packages/react-native-executorch/common/rnexecutorch/models/VisionModel.h
@@ -62,7 +62,7 @@ class VisionModel : public BaseModel {
62
* - generate() is called from JavaScript thread simultaneously
63
*
64
* Usage guidelines:
65
- * - Use std::lock_guard for blocking operations (JS API can wait)
+ * - Use std::scoped_lock for blocking operations (JS API can wait)
66
* - Use try_lock() for non-blocking operations (camera should skip frames)
67
68
* @note Marked mutable to allow locking in const methods if needed
0 commit comments