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

Method set

include/process/future.hpp:820–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

818
819template <typename T>
820bool Promise<T>::set(T&& t)
821{
822 return _set(std::move(t));
823}
824
825
826template <typename T>

Callers 15

func2Method · 0.45
runMethod · 0.45
foreachMethod · 0.45
callMethod · 0.45
decrementMethod · 0.45
write_unlockMethod · 0.45
read_unlockMethod · 0.45
unlockMethod · 0.45
operator()Method · 0.45
dispatchFunction · 0.45
~DataMethod · 0.45
afterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected