MCPcopy Create free account
hub / github.com/3rdparty/libprocess / abandoned

Method abandoned

include/process/collect.hpp:230–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229private:
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 {

Callers

nothing calls this directly

Calls 1

terminateFunction · 0.70

Tested by

no test coverage detected