| 117 | protected: |
| 118 | struct Entry { |
| 119 | Entry() : future(promise.get_future()) {} |
| 120 | std::promise<std::shared_ptr<value_t>> promise; |
| 121 | std::shared_future<std::shared_ptr<value_t>> future; |
| 122 | bool is_loading = false; |
nothing calls this directly
no outgoing calls
no test coverage detected