-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Implement NodeProxy as default objgroup for bare handlers #973
Comments
NodeProxy
as default objgroup for bare handlers
@jstrzebonski Here's the next issue I would like you to work on. Right now, to send a message, you call I want to the keep the active message send API as is, but add an alternative way to call it. Like Let me know if you have any questions. |
What Needs to be Done?
Currently, objgroups go through a different API and always have an object associated with them. While for many users objgroups are ideal sometimes a bare handler is needed or more useful. Much of vt is implemented using bare handlers.
Create a special objgroup proxy instance (and maybe a specialization with separate logic?) that sends messages to bare handlers using a symmetrical proxy interface.
The text was updated successfully, but these errors were encountered: