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

Method isMultiCallback

flow/include/flow/ThreadHelper.actor.h:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 // ThreadMultiCallback::destroy() for more details.
111 virtual void destroy() { UNSTOPPABLE_ASSERT(false); }
112 virtual bool isMultiCallback() const { return false; }
113
114 // MultiCallbackHolder is a helper object for ThreadMultiCallback which allows it to store its index
115 // within the callback vector inside the ThreadCallback rather than having a map of pointers or

Callers 2

trySendErrorMethod · 0.45
sendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected