Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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).
772
template <typename T>
773
void discarded(Future<T> future)
774
{
775
Promise<T>::discard(future);
776
}
777
778
} // namespace internal {
779
Callers
nothing calls this directly
Calls
1
discard
Function · 0.85
Tested by
no test coverage detected