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

Method post

flow/IThreadPool.cpp:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 threads.back()->handle = g_network->startThread(start, threads.back(), stackSize, name);
112 }
113 void post(PThreadAction action) override { ios.post(ActionWrapper(action)); }
114 int priority() const { return pri; }
115};
116

Callers 8

openMethod · 0.45
flushMethod · 0.45
closeMethod · 0.45
pingWriterThreadMethod · 0.45
doAcceptHandshakeMethod · 0.45
doConnectHandshakeFunction · 0.45
wakeMethod · 0.45

Calls 1

ActionWrapperClass · 0.85

Tested by

no test coverage detected