-
Notifications
You must be signed in to change notification settings - Fork 8
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
Is anyone maintaining this project? #6
Comments
My apologies for not getting back to your issues quickly. I've seen them coming in but kept not making the time. Some background on this library.
This library has a sister, My goal is to bring the two together into a single library. I only just barely got started on that effort here: https://github.com/ethereum/aio-run-in-process So, here is what I have to offer.
Let me know what you'd like to do. |
@pipermerriam no worries and thanks for getting back to me!
Which library? Just so I can keep an eye on it. 3. sounds good to me and I'd be interested to maintain, test, factor where I can. I have an immediate need and it's good incentive. I'd be more then happy to take ownership of the I do want to ping @agronholm because he has done some serious work to bring One question: are you dead set on the I look forward to further discussion 👍 |
Hey all, has there been additional development anywhere? |
Hey @chebee7i unfortunately not quite yet but I was just thinking about doing something today 😸. I actually want to make sure we aren't doing duplicate work that's already included in I think easiest path forward is:
|
@goodboy recently asyncio-run-in-process gained the ability to run trio code in the subprocess, so another alternative would be to use that as a base for |
@gsalgado good to know :) I wonder then where ya'll want to organize this? I really only need the |
@gsalgado @pipermerriam yeah I gotta be honest, just taking a brief look at the code in all 3 projects ( The work in This whole state tracking thing which is relayed through the
Honestly, the whole state system feels like intending to do async subproc spawning but where you synchronously wait for startup: it's doing both the hard way when you could just sync spawn the subproc. If I were to take on this "merging" of the two libs
One more quiff on |
It's very likely that I'm unlikely to contribute towards One area of development that is still on the horizon is implementing something like a |
That's unfortunate especially since all the hard work has been done. I won't personally be able to spend time on yet another async-lib compat layer when I'm in need of SC (structured concurrency) compatible process launching asap.
Great I'll probably start up some convo with @agronholm since he already has the cpu bound function todo as a goal of agronholm/anyio#9.
This is exactly the design pattern I'm trying to avoid at this abstraction layer. Likely these goals don't align with my project either since IMO this kind of work delivery should be built on top of a scalability protocol. On top of that, Thanks for the heads up 👍 |
We've removed this as a dependency in goodboy/tractor#128 |
I've created a couple issues now without feedback and I'm wondering if I should just be forking and moving foward?
I would much prefer to work with the original authors if possible 👍
The text was updated successfully, but these errors were encountered: