Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 478 Bytes

File metadata and controls

18 lines (13 loc) · 478 Bytes
CurrentModule = DistributedNext

Changelog

This documents notable changes in DistributedNext.jl. The format is based on Keep a Changelog.

Unreleased

Fixed

  • Fixed behaviour of isempty(::RemoteChannel), which previously had the side-effect of taking an element from the channel ([#3]).

Changed