react-native-worklets 0.2.0-nightly-20250318-d13d2bb26 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10,7 +10,7 @@ import java.util.concurrent.Callable;
|
|
|
10
10
|
import java.util.concurrent.Future;
|
|
11
11
|
|
|
12
12
|
// This class is an almost exact copy of MessageQueueThreadImpl taken from here:
|
|
13
|
-
// https://github.com/facebook/react-native/blob/main/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/queue/MessageQueueThreadImpl.
|
|
13
|
+
// https://github.com/facebook/react-native/blob/main/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/queue/MessageQueueThreadImpl.kt
|
|
14
14
|
// The only method that has changed is `quitSynchronous()` (see comment above
|
|
15
15
|
// function implementation for details).
|
|
16
16
|
@DoNotStrip
|