| 201 | static ThreadPool<HandleCloserThread> g_handleClosers; |
| 202 | |
| 203 | void setHandleCloserThreadCount(std::size_t n) |
| 204 | { |
| 205 | g_handleClosers.setMax(n); |
| 206 | } |
| 207 | |
| 208 | void forEachEntryImpl(void* cx, HandleCloserThread& hc, |
| 209 | std::vector<std::unique_ptr<unsigned char[]>>& buffers, |