We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow exposing a worker's functionality to other workers using MessageChannel.
Workers must handle a new meta message transferring a pair of message ports and listen on it / send to it, too, not just the main thread.
The text was updated successfully, but these errors were encountered:
any update on this? would love to leverage MessageChannel for worker to worker support, bypassing the main thread
Sorry, something went wrong.
Haven't found time to work on that yet, but it's good to know that there is interest in that 👍
Seems currently we can manually pass in MessageChannel as options, to setup communication between two workers?
@linonetwo Do you have a code snippet demonstrating communication between two workers?
No branches or pull requests
Allow exposing a worker's functionality to other workers using MessageChannel.
Workers must handle a new meta message transferring a pair of message ports and listen on it / send to it, too, not just the main thread.
To Do
The text was updated successfully, but these errors were encountered: