ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.616 by root, Mon Aug 10 03:05:30 2015 UTC vs.
Revision 1.617 by root, Mon Aug 10 18:46:04 2015 UTC

687 687
688 while ($busy) { 688 while ($busy) {
689 if (Coro::nready) { 689 if (Coro::nready) {
690 Coro::cede_notself; 690 Coro::cede_notself;
691 } else { 691 } else {
692 EV::run EV::RUN_ONESHOT; 692 EV::run EV::RUN_ONCE;
693 } 693 }
694 } 694 }
695 695
696 my $time = AE::time - $time; 696 my $time = AE::time - $time;
697 697

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines