ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/EV.pm
(Generate patch)

Comparing EV/EV.pm (file contents):
Revision 1.74 by root, Fri Dec 21 05:30:25 2007 UTC vs.
Revision 1.75 by root, Fri Dec 21 10:36:22 2007 UTC

906to be called on every event loop iteration by installing a C<EV::check> 906to be called on every event loop iteration by installing a C<EV::check>
907watcher: 907watcher:
908 908
909 my $async_check = EV::check sub { }; 909 my $async_check = EV::check sub { };
910 910
911This ensures that perl shortly gets into control for a short time, and 911This ensures that perl gets into control for a short time to handle any
912also ensures slower overall operation. 912pending signals, and also ensures (slightly) slower overall operation.
913 913
914=head1 THREADS 914=head1 THREADS
915 915
916Threads are not supported by this module in any way. Perl pseudo-threads 916Threads are not supported by this module in any way. Perl pseudo-threads
917is evil stuff and must die. As soon as Perl gains real threads I will work 917is evil stuff and must die. As soon as Perl gains real threads I will work

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines