MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / when

Function when

src/DocLayer.actor.cpp:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277
278 loop choose {
279 when(Reference<IConnection> conn = wait(listener->accept())) {
280 Reference<BufferedConnection> bc(new BufferedConnection(conn));
281 connections.add(extServerConnection(docLayer, bc, nextConnectionId));
282 nextConnectionId++;
283 }
284 when(wait(connections.getResult())) { ASSERT(false); }
285 }
286 } catch (Error& e) {

Callers 5

extServerFunction · 0.70
DocLayer.actor.cppFile · 0.70
extProxyFunction · 0.70
setupFunction · 0.70

Calls 1

addMethod · 0.80

Tested by

no test coverage detected