The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

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

SYNOPSIS

use Coro;
benzo {
print "コロ助君、ワス幸せっス\n";
cede;
print "・・・\n";
};
print "1\n";
cede; # inside to benzo
print "2\n";
cede; # and again

DESCRIPTION

This module emulate to corosuke x benzo.

AUTHOR

Masahiro Chiba <chiba@geminium.com>

SEE ALSO

LICENSE

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