Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ isReady
Method
isReady
include/process/future.hpp:1215–1218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1213
1214
template <typename T>
1215
bool Future<T>::isReady() const
1216
{
1217
return data->state == READY;
1218
}
1219
1220
1221
template <typename T>
Callers
15
process
Method · 0.80
stream
Method · 0.80
_read
Method · 0.80
serve
Function · 0.80
ignore_recv_data
Function · 0.80
handle
Method · 0.80
consume
Method · 0.80
__snapshot
Method · 0.80
accept
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
15
TEST
Function · 0.64
TEST
Function · 0.64
TEST_F
Function · 0.64
TEST
Function · 0.64
TEST_F
Function · 0.64
TEST_P
Function · 0.64
on_accept
Function · 0.64
main
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
onAny
Function · 0.64
foreach
Function · 0.64