| 62 | int GetIOThreadPoolCapacity() { return internal::GetIOThreadPool()->GetCapacity(); } |
| 63 | |
| 64 | Status SetIOThreadPoolCapacity(int threads) { |
| 65 | return internal::GetIOThreadPool()->SetCapacity(threads); |
| 66 | } |
| 67 | |
| 68 | FileInterface::~FileInterface() = default; |
| 69 |