Package com.facebook.react.bridge.queue
See: Description
-
Interface Summary Interface Description MessageQueueThread Encapsulates a Thread that can accept Runnables. QueueThreadExceptionHandler Interface for a class that knows how to handle an Exception thrown while executing a Runnable submitted via runOnQueue. ReactQueueConfiguration Specifies which MessageQueueThreads must be used to run the various contexts of execution within catalyst (Main UI thread, native modules, and JS). -
Class Summary Class Description MessageQueueThreadHandler Handler that can catch and dispatch Exceptions to an Exception handler. MessageQueueThreadImpl Encapsulates a Thread that has a Looper running on it that can accept Runnables. MessageQueueThreadPerfStats This class holds perf counters' values at the beginning of an RN startup. MessageQueueThreadSpec Spec for creating a MessageQueueThread. NativeRunnable A Runnable that has a native run implementation. ReactQueueConfigurationImpl Builder ReactQueueConfigurationSpec Spec for creating a ReactQueueConfiguration.