Skip to content

Try the eventLoopBlockIntegration in an Electron utility process #1190

Description

@timfish

Not sure if this will work but worth a try.

If it just works, the only minor issue might how the threads are named by default, ie. threadId:

/**
 * Registers the current thread with the native module.
 *
 * @param threadName The name of the thread to register. Defaults to the current thread ID.
 */
export function registerThread(threadName: string = String(threadId)): void {
  native.registerThread(threadName);
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions