| 146 | |
| 147 | private: |
| 148 | void abandoned() |
| 149 | { |
| 150 | // There is no use waiting because this future will never complete |
| 151 | // so terminate this process which will cause `promise` to get |
| 152 | // deleted and our future to also be abandoned. |
| 153 | terminate(this); |
| 154 | } |
| 155 | |
| 156 | void discarded() |
| 157 | { |
nothing calls this directly
no test coverage detected