-
Notifications
You must be signed in to change notification settings - Fork 6
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
Plans for onError
and onExit
?
#7
Comments
Hey👋 Are you talking about try {
await worker.execute(someTask);
} catch (e, st) {
// Catch error from the `someTask`
} |
I was talking about the Combine. Would like to have as little as possible overhead but still be able to use plugins in my isolate. And the current package that I'm using doesn't support the |
If you need this feature, I'll implement it |
That would be great! Really appreciate it! |
Pr for this issue: #8 |
Nice! |
Hello, @jopmiddelkamp I have a problem with upgrading to the Flutter 3.7. Can you please comment issue #9? |
Not an issue more of a question :) Do you plan to add some support for
onError
andonExit
?The text was updated successfully, but these errors were encountered: