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

Function discarded

include/process/future.hpp:773–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771// bind with Promise::discard).
772template <typename T>
773void discarded(Future<T> future)
774{
775 Promise<T>::discard(future);
776}
777
778} // namespace internal {
779

Callers

nothing calls this directly

Calls 1

discardFunction · 0.85

Tested by

no test coverage detected