ReactQueueConfigurationSpec

class ReactQueueConfigurationSpec(val nativeModulesQueueThreadSpec: MessageQueueThreadSpec, val jSQueueThreadSpec: MessageQueueThreadSpec)

Spec for creating a ReactQueueConfiguration. This exists so that CatalystInstance is able to set Exception handlers on the MessageQueueThreads it uses and it would not be super clean if the threads were configured, then passed to CatalystInstance where they are configured more. These specs allows the Threads to be created fully configured.

Constructors

Link copied to clipboard
constructor(nativeModulesQueueThreadSpec: MessageQueueThreadSpec, jSQueueThreadSpec: MessageQueueThreadSpec)

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion