Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ readyFuture
Function
readyFuture
src/tests/future_tests.cpp:422–425 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
420
421
422
static Future<bool> readyFuture()
423
{
424
return true;
425
}
426
427
428
static Future<bool> failedFuture()
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected