BSGThreadType

Objective-C

NS_OPTIONS(NSUInteger, BSGThreadType) {
    BSGThreadTypeCocoa NS_SWIFT_NAME(cocoa) = 0,
    BSGThreadTypeReactNativeJs = 1 << 1
}

Swift

struct BSGThreadType : OptionSet, @unchecked Sendable

Undocumented