Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ complete
Method
complete
src/slave/containerizer/fetcher.cpp:1306–1311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1304
1305
1306
void FetcherProcess::Cache::Entry::complete()
1307
{
1308
CHECK_PENDING(promise.future());
1309
1310
promise.set(Nothing());
1311
}
1312
1313
1314
Future<Nothing> FetcherProcess::Cache::Entry::completion()
Callers
2
foreachvalue
Function · 0.45
jquery-1.10.1.min.js
File · 0.45
Calls
3
Nothing
Class · 0.85
future
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected