ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/t/11_deadlock.t
(Generate patch)

Comparing Coro/t/11_deadlock.t (file contents):
Revision 1.3 by root, Mon Nov 24 06:48:38 2008 UTC vs.
Revision 1.4 by root, Tue Mar 5 18:37:43 2013 UTC

30 3 == $? >> 8 30 3 == $? >> 8
31 ? "not " : "", "ok 3\n"; 31 ? "not " : "", "ok 3\n";
32 32
33my $coro = new Coro sub { 33my $coro = new Coro sub {
34 print "ok 5\n"; 34 print "ok 5\n";
35 Coro::State::_exit 0; 35 Coro::Util::_exit 0;
36}; 36};
37 37
38$Coro::idle = sub { 38$Coro::idle = sub {
39 $coro->ready; 39 $coro->ready;
40}; 40};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines