All the Perl that's Practical to Extract and Report
Sunday July 22, 2007
04:58 AM
Restartable exceptions?
Sometime in the last few weeks I think I read somewhere in perl-lands that someone had figured out restartable exceptions. I can't remember where I saw it.
Help?
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Runops::Resume, Perhaps? (Score:1)
Resumable Exceptions (sort of) [perl.org]?
Re: (Score:1)
BTW, in languages with continuations, is packaging a start to a work unit into an exception a pattern for dealing with soft-failure? It assumes re-evaluating the things from the continuation point is ok but it might allow a "try it again" idea without having to be fully informed about what "it" is.
Have fun at OSCON.