Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"continue" functionality #49

Open
pjlegato opened this issue Nov 13, 2014 · 1 comment
Open

"continue" functionality #49

pjlegato opened this issue Nov 13, 2014 · 1 comment

Comments

@pjlegato
Copy link

Hello, thanks for this library! Its existence has enhanced my programming.

Is it possible to add the ability to (continue) in an execption handler? This would resume execution of the original form at the point where the exception was thrown, for cases where the handler decides the exception is not serious.

Best,
Paul

@lkrubner
Copy link

Slingshot is very flexible and allows you a system for throwing and catching whatever error and meta-data you need to handle most of the problems a JVM app faces, but if you really need a restart system, you might want to look at those libraries that focus on the issue of restarts. For instance, https://github.com/zcaudate/ribol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants