| 228 | |
| 229 | private: |
| 230 | void abandoned() |
| 231 | { |
| 232 | // There is no use waiting because this future will never complete |
| 233 | // so terminate this process which will cause `promise` to get |
| 234 | // deleted and our future to also be abandoned. |
| 235 | terminate(this); |
| 236 | } |
| 237 | |
| 238 | void discarded() |
| 239 | { |
nothing calls this directly
no test coverage detected