| 408 | } // namespace |
| 409 | |
| 410 | ThreadPool* GetIOThreadPool() { |
| 411 | static std::shared_ptr<ThreadPool> pool = MakeIOThreadPool(); |
| 412 | return pool.get(); |
| 413 | } |
| 414 | |
| 415 | // ----------------------------------------------------------------------- |
| 416 | // CoalesceReadRanges |