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

Class Data

include/process/shared.hpp:62–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61private:
62 struct Data
63 {
64 explicit Data(T* _t);
65 ~Data();
66
67 T* t;
68 std::atomic_bool owned;
69 Promise<Owned<T>> promise;
70 };
71
72 std::shared_ptr<Data> data;
73};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected