Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ complete
Method
complete
src/common/recordio.hpp:206–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
void complete()
207
{
208
done = true;
209
210
while (!waiters.empty()) {
211
waiters.front()->set(Result<T>::none());
212
waiters.pop();
213
}
214
}
215
216
using process::Process<ReaderProcess<T>>::consume;
217
Callers
nothing calls this directly
Calls
2
empty
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected