Hi, I realize this is a noob question, but why shouldn't I just use `sync.Pool` for a resource pool?
Hi, I realize this is a noob question, but why shouldn't I just use
sync.Poolfor a resource pool?