Skip to content

Commit

Permalink
No idea but calling schedule is now giving errors from Coro
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Mar 22, 2010
1 parent 79a6891 commit bc72fb8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/Remedie/Server.pm
Original file line number Diff line number Diff line change
Expand Up @@ -125,18 +125,6 @@ sub run {
$coro_debug = new_tcp_server Coro::Debug 10011;
}

{
my $t; $t = AnyEvent->timer(
after => 0,
interval => 1,
cb => sub {
scalar $t;
# just loop forever to avoid runaway processes
schedule;
},
);
}

AnyEvent->condvar->recv;
}

Expand Down

0 comments on commit bc72fb8

Please sign in to comment.