The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Continual::Process::Loop::Simple - simple while/sleep loop

SYNOPSIS my $loop = Continual::Process::Loop::Simple->new( instances => [ Continual::Process::Instance->new(...) ] );

    $loop->add(Continual::Process::Instance->new(...));

    $loop->run();

DESCRIPTION

This simple loop implementation of Continual::Process::Loop only check each interval (1 sec) all instances and restart death.

METHODS

All methods are inherits from Continual::Process::Loop.

LICENSE

Copyright (C) Avast Software.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Jan Seidl <seidl@avast.com>