-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: add some task to github todo #6
Comments
For transparency: I'm currently working on a custom performant stack unwinder. It's supposed to significantly increase the performance of the error path, as well as lead to simplification of the After that, iex is to be extended to support multiple backends. Namely, it should work with the unwinder disabled, relying on Rust panics (almost like it works now), but also with |
I have other question, does it work with tokio runtime? As I see by design using set_hook/catch_unwind with whatever design does not handle tokio runtime well, until manual integration with tokio is done. Does iex needs special integration with tokio runtime (specifically how it manages context switching of its thread pool) and thread aborts? |
As far as I can see, |
if any improvement needed, please add some tasks to github?
The text was updated successfully, but these errors were encountered: