Skip to content
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

Make function argument the first in remotecallX and remote_do to ease the use of do block syntax. #13338

Merged
merged 1 commit into from
Sep 29, 2015

Conversation

andreasnoack
Copy link
Member

...such that we can write

julia> remotecall_fetch(1,2) do x
       x+x
       end
4

@jakebolewski
Copy link
Member

This changes the API so I think it deserves a mention in NEWS.md

@jakebolewski jakebolewski added the domain:parallelism Parallel or distributed computation label Sep 28, 2015
@andreasnoack
Copy link
Member Author

@jakebolewski Done!

andreasnoack added a commit that referenced this pull request Sep 29, 2015
Make function argument the first in remotecallX and remote_do to ease the use  of do block syntax.
@andreasnoack andreasnoack merged commit 363585f into master Sep 29, 2015
@andreasnoack andreasnoack deleted the anj/remote branch September 29, 2015 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:parallelism Parallel or distributed computation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants