We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4b52f commit 3c9080dCopy full SHA for 3c9080d
docs/src/_changelog.md
@@ -12,6 +12,8 @@ This documents notable changes in DistributedNext.jl. The format is based on
12
### Fixed
13
- Fixed behaviour of `isempty(::RemoteChannel)`, which previously had the
14
side-effect of taking an element from the channel ([#3]).
15
+- Improved thread-safety, such that it should be safe to start workers with
16
+ multiple threads and send messages between them ([#4]).
17
18
### Changed
19
- Added a `project` argument to [`addprocs(::AbstractVector)`](@ref) to specify
0 commit comments