NAME
IPC::Simple::Group - work with several processes as a group
VERSION
version 0.05
DESCRIPTION
The constructor for this class should be considered private, and the semantics for instantiating this class may change.
Instead, use "process_group" in IPC::Simple to create process groups.
Also note that processes being added to a group must fit the following criteria:
METHODS
members
Returns the unordered list of IPC::Simple processes within this group.
launch
Launches all of the processes in this group.
terminate
Terminates all of the processes in this group.
join
Blocks until all of the processes in this group have terminated.
recv
Returns the next message to be received from one of the processes in this group.
AUTHOR
Jeff Ober <sysread@fastmail.fm>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Jeff Ober.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.