Skip to content

Instantly share code, notes, and snippets.

View khan5v's full-sized avatar

Vladimir Orekhov khan5v

  • Zurich, Switzerland
View GitHub Profile
@sng2c
sng2c / evtest.pl
Created June 21, 2012 07:53
AnyEvent recursive blocking wait error
use AnyEvent;
my $cv = AE::cv;
my $t = AE::timer 2,0, sub{
my $cv2 = AE::cv;
my $cnt = 10;
my $tot = 0;
foreach(1..10){