Replies: 0 comments 9 replies
-
@nodejs/workers
I've CC'd the team associated with worker threads. As for submitting a feature request, when choosing to open an issue in this repository, one of the options is to open a feature request. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure I see the point in this, It's pretty easy to add by just having one stream postMessage the data to another stream in the worker. Though Node does support a variation of this for its own streams in workers (stdout/stderr/stdin) so that's an indication usages exist. |
Beta Was this translation helpful? Give feedback.
-
Also, you can open a feature request in https://github.com/nodejs/node/issues/new?assignees=&labels=feature+request&projects=&template=2-feature-request.yml |
Beta Was this translation helpful? Give feedback.
-
I plan to start working on a "pass through" pair that can transfer data through quickly. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks!
We have a usecase where Transferable Streams will help us streaming data from worker threads back to main thread. I did find some discussions around this for browser implementation (Here and Here), but none for NodeJS workers.
If none exist, what would be the process to file a official feature request ticket in this community? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions