omnilib / aiomultiprocess

Take a modern Python codebase to the next level of performance.
https://aiomultiprocess.omnilib.dev
MIT License
1.78k stars 101 forks source link

allow child jobs to schedule into the pool #175

Open earonesty opened 1 year ago

earonesty commented 1 year ago

should be able to pickle a PoolInfo object that allows you to submit more jobs into the pool

Wolvortex commented 7 months ago

any updates in this topic or even a work around ?