Package : perl-Time-Out

Package details

Summary: Easily timeout long running operations

Description:
'Time::Out' provides an easy interface to _alarm(2)_ based timeouts. Nested
timeouts are supported.

RETURN VALUE
'timeout' returns whatever the code placed inside the block returns:

use Time::Out qw(timeout) ;

my $rc = timeout 5 => sub {
return 7 ;
} ;



Maintainer: nobody

List of RPMs

    No RPM found for perl-Time-Out using the current filters, try other values.