piscinajs / piscina

A fast, efficient Node.js Worker Thread Pool implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can worker objects be emitted together during the emit event?

tocha688 opened this issue · comments

For example, when receiving a message event, with only data and no worker, I cannot determine which worker sent the event. I need to receive the message execution result before returning it to him

Currently we do not support that, but it would be interesting to have, see the benefit of having it; would you like to send a PR for it?

This issue has been marked as stale because it has been opened 30 days without activity. Remove stale label or comment or this will be closed in 5 days.

This issue was closed because it has been stalled for 5 days with no activity.