Skip to content

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

Merged
andreasnoack merged 1 commit intomasterfrom
anj/remote
Sep 29, 2015
Merged

Make function argument the first in remotecallX and remote_do to ease the use of do block syntax.#13338
andreasnoack merged 1 commit intomasterfrom
anj/remote

Conversation

@andreasnoack
Copy link
Copy Markdown
Member

...such that we can write

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

@jakebolewski
Copy link
Copy Markdown
Member

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

@jakebolewski jakebolewski added the parallelism Parallel or distributed computation label Sep 28, 2015
@andreasnoack
Copy link
Copy Markdown
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

parallelism Parallel or distributed computation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants