Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ isAbandoned
Method
isAbandoned
include/process/future.hpp:1236–1239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1234
1235
template <typename T>
1236
bool Future<T>::isAbandoned() const
1237
{
1238
return data->abandoned;
1239
}
1240
1241
1242
template <typename T>
Callers
3
TEST
Function · 0.80
TEST
Function · 0.80
_check_abandoned
Function · 0.80
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64