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

Method abandoned

include/process/collect.hpp:148–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147private:
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 {

Callers

nothing calls this directly

Calls 1

terminateFunction · 0.70

Tested by

no test coverage detected