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

Comparing cvsroot/Coro/Coro.pm (file contents):
Revision 1.331 by root, Thu Jun 4 22:58:28 2015 UTC vs.
Revision 1.338 by root, Fri Oct 16 23:41:58 2015 UTC

366 366
367our $idle; # idle handler 367our $idle; # idle handler
368our $main; # main coro 368our $main; # main coro
369our $current; # current coro 369our $current; # current coro
370 370
371our $VERSION = 6.43; 371our $VERSION = 6.47;
372 372
373our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub rouse_cb rouse_wait); 373our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub rouse_cb rouse_wait);
374our %EXPORT_TAGS = ( 374our %EXPORT_TAGS = (
375 prio => [qw(PRIO_MAX PRIO_HIGH PRIO_NORMAL PRIO_LOW PRIO_IDLE PRIO_MIN)], 375 prio => [qw(PRIO_MAX PRIO_HIGH PRIO_NORMAL PRIO_LOW PRIO_IDLE PRIO_MIN)],
376); 376);
1301 1301
1302XS API: L<Coro::MakeMaker>. 1302XS API: L<Coro::MakeMaker>.
1303 1303
1304Low level Configuration, Thread Environment, Continuations: L<Coro::State>. 1304Low level Configuration, Thread Environment, Continuations: L<Coro::State>.
1305 1305
1306=head1 AUTHOR 1306=head1 AUTHOR/SUPPORT/CONTACT
1307 1307
1308 Marc Lehmann <schmorp@schmorp.de> 1308 Marc A. Lehmann <schmorp@schmorp.de>
1309 http://home.schmorp.de/ 1309 http://software.schmorp.de/pkg/Coro.html
1310 1310
1311=cut 1311=cut
1312 1312

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines