| 1086 | int GetCapacity() override { return pool_->GetCapacity(); } |
| 1087 | |
| 1088 | bool IsCurrentExecutor() override { return pool_->IsCurrentExecutor(); } |
| 1089 | |
| 1090 | Status SpawnReal(internal::TaskHints hints, internal::FnOnce<void()> task, |
| 1091 | StopToken stop_token, StopCallback&& stop_callback) override { |
nothing calls this directly
no test coverage detected