You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is absolutely trivial to use thew worker threads feature in Node with Highland. I'm not sure if this should be part of core but at the very least I think we should document it:
Worker threads are still experimental, so I don't think they belong as part of core yet. But I agree that they should be documented on the website. Probably part of the Examples section.
Do you want to put together the PR for that?
Side note, I think there's a small bug in your code. It should also push nil on error.
It is absolutely trivial to use thew worker threads feature in Node with Highland. I'm not sure if this should be part of core but at the very least I think we should document it:
Example here: https://github.com/svozza/highland-worker-thread
The text was updated successfully, but these errors were encountered: