ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/66_ioasync_03_child.t
(Generate patch)

Comparing AnyEvent/t/66_ioasync_03_child.t (file contents):
Revision 1.2 by root, Thu Jul 9 22:49:18 2009 UTC vs.
Revision 1.3 by root, Fri Jul 17 22:05:12 2009 UTC

21 21
22use POSIX (); 22use POSIX ();
23 23
24use AnyEvent; 24use AnyEvent;
25use AnyEvent::Impl::IOAsync; use IO::Async::Loop; AnyEvent::Impl::IOAsync::set_loop new IO::Async::Loop; 25use AnyEvent::Impl::IOAsync; use IO::Async::Loop; AnyEvent::Impl::IOAsync::set_loop new IO::Async::Loop;
26
27$AnyEvent::MAX_SIGNAL_LATENCY = 1;
26 28
27print "ok 1\n"; 29print "ok 1\n";
28 30
29AnyEvent::detect; # force-load event model 31AnyEvent::detect; # force-load event model
30 32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines