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

Method ~Data

include/process/shared.hpp:188–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187template <typename T>
188Shared<T>::Data::~Data()
189{
190 if (owned.load()) {
191 promise.set(Owned<T>(t));
192 } else {
193 delete t;
194 }
195}
196
197} // namespace process {
198

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected