Acme::Coro::Suke - the only real corosuke in benzo


Acme-Coro-Suke documentation  | view source Contained in the Acme-Coro-Suke distribution.

Index


NAME

Top

Acme::Coro::Suke - the only real corosuke in benzo

SYNOPSIS

Top

  use Coro;
  use Acme::Coro::Suke;

  benzo {
      print "コロ助君、ワス幸せっス\n";
      cede;
      print "・・・\n";
  };

  print "1\n";
  cede; # inside to benzo
  print "2\n";
  cede; # and again




DESCRIPTION

Top

This module emulate to corosuke x benzo.

AUTHOR

Top

Masahiro Chiba <chiba@geminium.com>

SEE ALSO

Top

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


Acme-Coro-Suke documentation  | view source Contained in the Acme-Coro-Suke distribution.