Skip to content

Releases: jerlich/ReadWorkWrite.jl

v1.0.0

08 Oct 11:29
5c925e8

Choose a tag to compare

ReadWorkWrite v1.0.0

Diff since v0.1.0

Breaking

  • Released version 1.0.0!

New Features

  • return_on_completion=true
    When this is false, the readworkwrite function returns immediately with handles to the tasks and channels, so that work can be stopped early or otherwise monitores/controlled.
  • More extensive tests
  • Channels are typed (inferred from processing the first element of the data)

Merged pull requests:

Closed issues:

  • Register Package (#1)

v0.1.0

07 Oct 22:12

Choose a tag to compare

ReadWorkWrite v0.1.0

Package registration

  • This is the first registration of ReadWorkWrite