CurrentModule = DistributedNext
This documents notable changes in DistributedNext.jl. The format is based on Keep a Changelog.
- Fixed behaviour of
isempty(::RemoteChannel), which previously had the side-effect of taking an element from the channel ([#3]).
- Added a
projectargument toaddprocs(::AbstractVector)to specify the project of a remote worker ([#2]).