Update to 1.845

- New upstream release 1.845
  - Croak if is_joinable, is_running, or join is called by a non-managed
    process in MCE::Child; added LIMITATION section to the documentation
  - Improved is_joinable, is_running, list_joinable, and list_running in
    MCE::Child
  - Added example (consumer requests item) to MCE::Channel documentation
  - Support the task_end option regardless of whether user_tasks is specified
  - Support IO::All::{ File, Pipe, STDIO } for input data including output
    via MCE->print($io, ...), printf, and say
  - Support gather ⇒ MCE::Candy::out_iter_fh($io) using MCE::Candy
epel9
Paul Howarth 6 years ago
parent cf2728bfc1
commit de5dff0be9

1
.gitignore vendored

@ -53,3 +53,4 @@
/MCE-1.842.tar.gz /MCE-1.842.tar.gz
/MCE-1.843.tar.gz /MCE-1.843.tar.gz
/MCE-1.844.tar.gz /MCE-1.844.tar.gz
/MCE-1.845.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.844 Version: 1.845
Release: 1%{?dist} Release: 1%{?dist}
Summary: Many-core Engine for Perl providing parallel processing capabilities Summary: Many-core Engine for Perl providing parallel processing capabilities
License: GPL+ or Artistic License: GPL+ or Artistic
@ -175,6 +175,18 @@ make test
%{_bindir}/mce_zfgrep %{_bindir}/mce_zfgrep
%changelog %changelog
* Mon Aug 26 2019 Paul Howarth <paul@city-fan.org> - 1.845-1
- Update to 1.845
- Croak if is_joinable, is_running, or join is called by a non-managed
process in MCE::Child; added LIMITATION section to the documentation
- Improved is_joinable, is_running, list_joinable, and list_running in
MCE::Child
- Added example (consumer requests item) to MCE::Channel documentation
- Support the task_end option regardless of whether user_tasks is specified
- Support IO::All::{ File, Pipe, STDIO } for input data including output
via MCE->print($io, ...), printf, and say
- Support gather ⇒ MCE::Candy::out_iter_fh($io) using MCE::Candy
* Thu Aug 15 2019 Paul Howarth <paul@city-fan.org> - 1.844-1 * Thu Aug 15 2019 Paul Howarth <paul@city-fan.org> - 1.844-1
- Update to 1.844 - Update to 1.844
- Resolved MCE stalling when specifying max_retries with init_relay, ditto - Resolved MCE stalling when specifying max_retries with init_relay, ditto

@ -1 +1 @@
SHA512 (MCE-1.844.tar.gz) = 91e130a1f33bdde5ec333b880275d155266fa1c7583ca3c0b491f79273d4475fec4cf4c94c4a4460a6d64ee64f7416c2ff2f076206349ec554f91a0877e56d9f SHA512 (MCE-1.845.tar.gz) = 0ec363748737d7494cbd67b572caa90f17a350a9d99cbe66e9e94ccafb615b32fac98950b12a862c5a302206c2037359e30651ce836e4218e32123acea286446

Loading…
Cancel
Save