Skip to content

Try the eventLoopBlockIntegration in an Electron utility process #1190

@timfish

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);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions