CPS::Governor::Simple man page on Alpinelinux

Man page or keyword search:  
man Server   18016 pages
apropos Keyword Search (all sections)
Output format
Alpinelinux logo
[printable version]

CPS::Governor::Simple(User Contributed Perl DocumentatCPS::Governor::Simple(3)

NAME
       "CPS::Governor::Simple" - iterate immediately as fast as possible

SYNOPSIS
	use CPS qw( gkforeach );
	use CPS::Governor::Simple;

	my $gov = CPS::Governor::Simple->new;

	gkforeach( $gov, [ 1 .. 10 ],
	   sub {
	      my ( $item, $knext ) = @_;

	      print "$item\n";
	      goto &$knext;
	   },
	   sub {},
	);

DESCRIPTION
       This CPS::Governor allows the functions using it to run as fast as
       possible. It invokes its continuations immediately using a tailcall, so
       as not to let the stack grow arbitrarily.

       Its constructor takes no special arguments, and it provides no other
       methods beyond those of "CPS::Governor".

AUTHOR
       Paul Evans <leonerd@leonerd.org.uk>

perl v5.18.2			  2014-05-14	      CPS::Governor::Simple(3)
[top]

List of man pages available for Alpinelinux

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net