Closed Raegan03 closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
vcontainer | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 19, 2024 4:43pm |
LGTM. Thanks 👍
After the fix for the
ListPool
, I've decided to look a bit into how and when it's used. I've managed to find some additional use cases as well as refactor a bit theListPool
class and include some UnitTests for it.I'm not sure what the approach to the thread safety is, but the
ThreadStatic
attribute was not handled well there and I think thatlock
is a better idea.