Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ Future
Method
Future
3rdparty/libprocess/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
6
error
Method · 0.65
set
Function · 0.50
fail
Function · 0.50
stringify
Class · 0.50
isSome
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected