File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ This documents notable changes in DistributedNext.jl. The format is based on
23
23
- [ ` other_workers() ` ] ( @ref ) and [ ` other_procs() ` ] ( @ref ) were implemented and
24
24
exported ([ #18 ] ).
25
25
26
+ ### Changed
27
+ - [ ` remotecall_eval ` ] ( @ref ) is now exported ([ #23 ] ).
28
+
26
29
## [ v1.0.0] - 2024-12-02
27
30
28
31
### Fixed
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ DistributedNext.fetch(::RemoteChannel)
23
23
DistributedNext.remotecall(::Any, ::Integer, ::Any...)
24
24
DistributedNext.remotecall_wait(::Any, ::Integer, ::Any...)
25
25
DistributedNext.remotecall_fetch(::Any, ::Integer, ::Any...)
26
+ DistributedNext.remotecall_eval
26
27
DistributedNext.remote_do(::Any, ::Integer, ::Any...)
27
28
DistributedNext.put!(::RemoteChannel, ::Any...)
28
29
DistributedNext.put!(::DistributedNext.Future, ::Any)
Original file line number Diff line number Diff line change 51
51
other_procs,
52
52
remote,
53
53
remotecall,
54
+ remotecall_eval,
54
55
remotecall_fetch,
55
56
remotecall_wait,
56
57
remote_do,
You can’t perform that action at this time.
0 commit comments