Simple question that I can't find a solution to - is there a way to give names to workers that I initialize in my Node.js app? My target is being able to know in which worker I'm looking while debugging a Node.js application in VS Code (by seeing the worker name instead of `Worker ${X}`.
CodePudding user response:
Alas, no:
But you could always try to convince them and submit a PR because the feature appears useful

