Skip to content

Have nsendRemote skip the transport for local communication. #262

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

Merged
merged 2 commits into from
Dec 2, 2015

Conversation

facundominguez
Copy link
Contributor

This is useful when doing a loop like:

nbroadcast nids label msg = forM_ nids $ \nid -> nsendRemote nid label msg

so one doesn't have to treat specially the local case.

@qnikst
Copy link
Contributor

qnikst commented Dec 1, 2015

👍

facundominguez added a commit that referenced this pull request Dec 2, 2015
…-transport

Have nsendRemote skip the transport for local communication.
@facundominguez facundominguez merged commit 10c6034 into master Dec 2, 2015
@facundominguez facundominguez deleted the fd/nsendRemote-skips-transport branch December 2, 2015 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants