You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Registers the current thread with the native module. * * @param threadName The name of the thread to register. Defaults to the current thread ID. */exportfunctionregisterThread(threadName: string=String(threadId)): void{native.registerThread(threadName);}