Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ Future
Method
Future
include/process/future.hpp:1061–1065 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1059
1060
template <typename T>
1061
Future<T>::Future()
1062
: data(new Data())
1063
{
1064
data->abandoned = true;
1065
}
1066
1067
1068
template <typename T>
Callers
nothing calls this directly
Calls
2
set
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected