| 443 | } // namespace |
| 444 | |
| 445 | ThreadPool* GetIOThreadPool() { |
| 446 | static std::shared_ptr<ThreadPool> pool = MakeIOThreadPool(); |
| 447 | return pool.get(); |
| 448 | } |
| 449 | |
| 450 | // ----------------------------------------------------------------------- |
| 451 | // CoalesceReadRanges |