PthreadId
Bun

property

worker_threads.Worker.threadId

readonly threadId: number

An integer identifier for the referenced thread. Inside the worker thread, it is available as import { threadId } from 'node:worker_threads'. This value is unique for each Worker instance inside a single process.