Skip to content

Commit ff34f4c

Browse files
authored
Merge pull request #123 from nickrobinson251/npr-export-remotecall_eval
Export `remotecall_eval`
2 parents 0e27cd1 + 2344bdd commit ff34f4c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/src/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Distributed.fetch(::RemoteChannel)
2121
Distributed.remotecall(::Any, ::Integer, ::Any...)
2222
Distributed.remotecall_wait(::Any, ::Integer, ::Any...)
2323
Distributed.remotecall_fetch(::Any, ::Integer, ::Any...)
24+
Distributed.remotecall_eval
2425
Distributed.remote_do(::Any, ::Integer, ::Any...)
2526
Distributed.put!(::RemoteChannel, ::Any...)
2627
Distributed.put!(::Distributed.Future, ::Any)

src/Distributed.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export
4949
procs,
5050
remote,
5151
remotecall,
52+
remotecall_eval,
5253
remotecall_fetch,
5354
remotecall_wait,
5455
remote_do,

0 commit comments

Comments
 (0)