By default we do nothing here. Subclasses that expect to be allocated with static storage duration should override this and ensure any threads respect the lifetime of these resources.
| 44 | // with static storage duration should override this and ensure any threads respect the |
| 45 | // lifetime of these resources. |
| 46 | void Executor::KeepAlive(std::shared_ptr<Resource> resource) {} |
| 47 | |
| 48 | namespace { |
| 49 |
no test coverage detected