Simplify threadpool worker tracking.
Keep the actual greenlet objects, not just a counter. This way we can clean up after them better.
Showing
This diff is collapsed.
Please register or sign in to comment
Keep the actual greenlet objects, not just a counter. This way we can clean up after them better.