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

Comparing Coro/Event/Event.pm (file contents):
Revision 1.98 by root, Sat Oct 23 09:28:50 2010 UTC vs.
Revision 1.147 by root, Mon Mar 16 11:12:53 2020 UTC

90use base Exporter::; 90use base Exporter::;
91 91
92our @EXPORT = qw(loop unloop sweep); 92our @EXPORT = qw(loop unloop sweep);
93 93
94BEGIN { 94BEGIN {
95 our $VERSION = 5.24; 95 our $VERSION = 6.57;
96 96
97 local $^W = 0; # avoid redefine warning for Coro::ready; 97 local $^W = 0; # avoid redefine warning for Coro::ready;
98 XSLoader::load __PACKAGE__, $VERSION; 98 XSLoader::load __PACKAGE__, $VERSION;
99} 99}
100 100
118 118
119=cut 119=cut
120 120
121=item do_flavour args... 121=item do_flavour args...
122 122
123Create a watcher of the given type and immediately call it's next method, 123Create a watcher of the given type and immediately call its next method,
124returning the event. 124returning the event.
125 125
126This is less efficient then calling the constructor once and the next 126This is less efficient then calling the constructor once and the next
127method often, but it does save typing sometimes. 127method often, but it does save typing sometimes.
128 128
202 202
2031; 2031;
204 204
205=back 205=back
206 206
207=head1 AUTHOR 207=head1 AUTHOR/SUPPORT/CONTACT
208 208
209 Marc Lehmann <schmorp@schmorp.de> 209 Marc A. Lehmann <schmorp@schmorp.de>
210 http://home.schmorp.de/ 210 http://software.schmorp.de/pkg/Coro.html
211 211
212=cut 212=cut
213 213

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines