Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ pendingFuture
Function
pendingFuture
src/tests/future_tests.cpp:434–437 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
432
433
434
static Future<bool> pendingFuture(const Future<bool>& future)
435
{
436
return future; // Keep it pending.
437
}
438
439
440
static Future<string> second(const bool& b)
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected