MCPcopy Create free account
hub / github.com/apple/foundationdb / react

Method react

flow/Net2.actor.cpp:2077–2080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2075}
2076
2077void ASIOReactor::react() {
2078 while (ios.poll_one())
2079 ++network->countASIOEvents; // Make this a task?
2080}
2081
2082void ASIOReactor::wake() {
2083 ios.post(nullCompletionHandler);

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected