closeio / tasktiger

Python task queue using Redis
MIT License
1.41k stars 80 forks source link

Split out fork executor #319

Closed thomasst closed 6 months ago

thomasst commented 6 months ago

I spent a short amount of time splitting out most of the fork execution logic.

We could in theory implement a ThreadedExecutor that would use threads instead of forking on top of this.