| Acme-Coro-Suke documentation | view source | Contained in the Acme-Coro-Suke distribution. |
Acme::Coro::Suke - the only real corosuke in benzo
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
This module emulate to corosuke x benzo.
Masahiro Chiba <chiba@geminium.com>
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. |