Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ isPending
Method
isPending
include/process/future.hpp:1208–1211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1206
1207
template <typename T>
1208
bool Future<T>::isPending() const
1209
{
1210
return data->state == PENDING;
1211
}
1212
1213
1214
template <typename T>
Callers
15
cleanup
Function · 0.80
send
Method · 0.80
__snapshot
Method · 0.80
accept
Method · 0.80
TEST
Function · 0.80
TEST_F
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST_F
Function · 0.80
reap_linkee
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
15
TEST
Function · 0.64
TEST_F
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST_F
Function · 0.64
reap_linkee
Method · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST_F
Function · 0.64
TEST_P
Function · 0.64
TEST
Function · 0.64
TEST_F
Function · 0.64