feat: change child wrapper inner()s to return one layer down#23
feat: change child wrapper inner()s to return one layer down#23
Conversation
|
I'll give this a try in just a moment! I am currently forced to be on Windows, so hopefully I won't run into that stack overflow, but I'll let you know if I do! Additionally, and maybe this is best of a separate PR, I've run into the case where I think I'll need But that thread will never return / be joined if anything is holding onto a copy of Or similar, or else my program completely deadlocks when I try to join the thread in Let me know if it's possible to change the signature of |
|
Furthermore, if we can get things to a functional state you're happy with, I'm more than happy to expand on the "Custom Wrappers" part of the documentation and can include my |
that would be very welcome! |
That's done now in #24 ! |
Implementation for #22
Migration for tokio: replace
Box::into_pin(child.wait())withchild.wait()