Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ pending
Method
pending
src/tests/metrics_tests.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
Future<double> pending()
83
{
84
return promise.future();
85
}
86
87
// Need to use a promise for the call to pending instead of just a
88
// `Future<double>()` so we don't return an abandoned future.
Callers
nothing calls this directly
Calls
1
future
Method · 0.80
Tested by
no test coverage detected