Continuation::Escape

Escape continuations (returning higher up the stack)
Download

Continuation::Escape Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Shawn M Moore
  • Publisher web site:
  • http://search.cpan.org/~sartak/

Continuation::Escape Tags


Continuation::Escape Description

Escape continuations (returning higher up the stack) Continuation::Escape is a Perl module with escape continuations (returning higher up the stack).SYNOPSIS use Continuation::Escape; my $ret = call_cc { my $escape = shift; # ... sub { # ... $escape->(1 + 1); # code never reached }->(); # code never reached }; $ret # 2 Requirements: · Perl


Continuation::Escape Related Software