MCPcopy 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
1306void FetcherProcess::Cache::Entry::complete()
1307{
1308 CHECK_PENDING(promise.future());
1309
1310 promise.set(Nothing());
1311}
1312
1313
1314Future<Nothing> FetcherProcess::Cache::Entry::completion()

Callers 2

foreachvalueFunction · 0.45

Calls 3

NothingClass · 0.85
futureMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected