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
2323- [ ` other_workers() ` ] ( @ref ) and [ ` other_procs() ` ] ( @ref ) were implemented and
2424 exported ([ #18 ] ).
2525
26+ ### Changed
27+ - [ ` remotecall_eval ` ] ( @ref ) is now exported ([ #23 ] ).
28+
2629## [ v1.0.0] - 2024-12-02
2730
2831### Fixed
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ DistributedNext.fetch(::RemoteChannel)
2323DistributedNext.remotecall(::Any, ::Integer, ::Any...)
2424DistributedNext.remotecall_wait(::Any, ::Integer, ::Any...)
2525DistributedNext.remotecall_fetch(::Any, ::Integer, ::Any...)
26+ DistributedNext.remotecall_eval
2627DistributedNext.remote_do(::Any, ::Integer, ::Any...)
2728DistributedNext.put!(::RemoteChannel, ::Any...)
2829DistributedNext.put!(::DistributedNext.Future, ::Any)
Original file line number Diff line number Diff line change 5151 other_procs,
5252 remote,
5353 remotecall,
54+ remotecall_eval,
5455 remotecall_fetch,
5556 remotecall_wait,
5657 remote_do,
You can’t perform that action at this time.
0 commit comments