Skip to content

Commit 109da4d

Browse files
Merge branch 'master' into threadsafety
2 parents 086796a + ff34f4c commit 109da4d

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)