Skip to content

Commit a8796c3

Browse files
nickrobinson251JamesWrigley
authored andcommitted
Export remotecall_eval
1 parent 97b7f4a commit a8796c3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

docs/src/_changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/src/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ DistributedNext.fetch(::RemoteChannel)
2323
DistributedNext.remotecall(::Any, ::Integer, ::Any...)
2424
DistributedNext.remotecall_wait(::Any, ::Integer, ::Any...)
2525
DistributedNext.remotecall_fetch(::Any, ::Integer, ::Any...)
26+
DistributedNext.remotecall_eval
2627
DistributedNext.remote_do(::Any, ::Integer, ::Any...)
2728
DistributedNext.put!(::RemoteChannel, ::Any...)
2829
DistributedNext.put!(::DistributedNext.Future, ::Any)

src/DistributedNext.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export
5151
other_procs,
5252
remote,
5353
remotecall,
54+
remotecall_eval,
5455
remotecall_fetch,
5556
remotecall_wait,
5657
remote_do,

0 commit comments

Comments
 (0)