zach

Results 95 comments of zach

Right now I don't think that's possible - if you wanted to look into it I think the best path would be using this crate: https://crates.io/crates/backtrace to add the backtrace...

Thanks for the detailed report! Right now there is a branch that works with OCaml 5.0 here: https://github.com/zshipko/ocaml-rs/tree/ocaml5 however no attention has been given to working with multiple threads yet....

Closing this since 1.0 is now released with the latest ocaml-boxroot version

I haven't run into this much as I use ocaml-rs for calling Rust from OCaml - I don't have a good solution right now but see https://github.com/zshipko/rust-ocaml-starter/pull/2#issuecomment-1428065726 for a workaround.

Wow, great work! I will find some time to pull down the example code and try building it in a few difference scenarios. If this proves to be a relatively...

@Nutomic thanks for the review! I like the suggestion about moving the map out of `Pool` - I will take a look at making some of these changes when I...

Hi @Nutomic - I think we could release this code, especially if it's already working for you. I will try to address your feedback and get this into a mergeable...

Hi @Nutomic - I've addressed most of your feedback, with the exception of removing the `Key` type parameter. I don't think I will be able to refactor to make that...

Interesting, there is certainly a lot that can go wrong with the combination of async, panics and OCaml exceptions! I don't know anything about how tokio manages panics and am...

thanks for investigating this! i don't have a lot of time to work on a fix right now, but would be happy to review a PR if you come up...