タグ

関連タグで絞り込む (3)

タグの絞り込みを解除

imeとcpanに関するkazuph1986のブックマーク (1)

  • Time::Out

    NAME Time::Out - Easily timeout long running operations SYNOPSIS use Time::Out qw(timeout) ; timeout $nb_secs => sub { # your code goes were and will be interrupted if it runs # for more than $nb_secs seconds. } ; if ($@){ # operation timed-out } DESCRIPTION Time::Out provides an easy interface to alarm(2) based timeouts. Nested timeouts are supported. RETURN VALUE 'timeout' returns whatever the c

    Time::Out
  • 1